.elementor-1683 .elementor-element.elementor-element-b411ba9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1683 .elementor-element.elementor-element-b348b6e{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1683 .elementor-element.elementor-element-2cf0662{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1683 .elementor-element.elementor-element-e7f1715{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1683 .elementor-element.elementor-element-e7c80d5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1683 .elementor-element.elementor-element-1b31d30{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1683 .elementor-element.elementor-element-49f76f7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* ==========================================================
   EMPRESA COMPROMETIDA CON LOS DERECHOS HUMANOS
   Introducción al Cuestionario
   Clase principal: .dh-form-intro
   ========================================================== */

.dh-form-intro {

    --dh-black: #1b1a18;
    --dh-black-soft: #292622;

    --dh-gold: #a88a3d;
    --dh-gold-light: #c6a85b;

    --dh-cream: #f7f3ea;
    --dh-cream-dark: #eee6d7;
    --dh-white: #fffefa;

    --dh-wine: #6d2928;

    --dh-text: #393632;
    --dh-muted: #68635b;
    --dh-border: #e4ddd0;

    position: relative;

    background: var(--dh-white);

    border: 0px solid var(--dh-border);
    border-radius: 0px;

    padding: 10px 10px !important;
    margin: 0 0 42px;

    box-shadow:
        0 2px 3px rgba(30, 25, 18, 0.02),
        0 14px 45px rgba(30, 25, 18, 0.07);

    color: var(--dh-text);

    font-family: "Montserrat", sans-serif;

    overflow: hidden;
}


/* Línea decorativa superior */

.dh-form-intro::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        var(--dh-black) 0%,
        var(--dh-gold) 50%,
        var(--dh-gold-light) 100%
    );
}


/* ==========================================================
   TÍTULO PRINCIPAL
   ========================================================== */

.dh-form-intro h2 {

    color: var(--dh-black);

    font-family: "Montserrat", sans-serif;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: -0.025em;

    margin: 0 0 10px;
}


/* ==========================================================
   SUBTÍTULOS
   ========================================================== */

.dh-form-intro h3 {
    position: relative;

    color: var(--dh-black);

    font-size: 19px;
    font-weight: 700;
    line-height: 1.35;

    letter-spacing: -0.015em;

    margin: 20px 0 14px !IMPORTANT;
    padding-bottom: 10px;
}


.dh-form-intro h3::after {

    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 48px;
    height: 2px;

    background: var(--dh-gold);
}


/* ==========================================================
   TEXTO
   ========================================================== */

.dh-form-intro p {

    color: var(--dh-text);

    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.8;

    margin: 0 0 17px;
}


.dh-form-intro strong {

    color: var(--dh-black);

    font-weight: 650;
}


/* ==========================================================
   LISTAS
   ========================================================== */

.dh-form-intro ul {

    margin: 20px 0 10px;
    padding: 0;

    list-style: none;
}


.dh-form-intro li {

    position: relative;

    margin: 0 0 13px;
    padding: 0 0 0 24px;

    color: var(--dh-text);

    font-size: 15px;
    line-height: 1.7;
}


.dh-form-intro li::before {

    content: "";

    position: absolute;

    left: 2px;
    top: 10px;

    width: 6px;
    height: 6px;

    background: var(--dh-gold);

    border-radius: 50%;
}


/* ==========================================================
   TIPOS DE EMPRESA
   ========================================================== */

.dh-form-intro .dh-company-types {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;

    margin: 25px 0 12px;
}


.dh-form-intro .dh-company-type {

    position: relative;

    background: var(--dh-cream);

    border: 1px solid var(--dh-border);
    border-radius: 12px;

    padding: 24px 22px;

    min-height: 160px;

    overflow: hidden;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


/* pequeño detalle dorado */

.dh-form-intro .dh-company-type::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--dh-gold);

    opacity: .65;
}


.dh-form-intro .dh-company-type:hover {

    transform: translateY(-3px);

    border-color: #d7c9a7;

    box-shadow:
        0 10px 25px rgba(39, 32, 21, .07);
}


.dh-form-intro .dh-company-type strong {

    display: block;

    color: var(--dh-black);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;

    margin-bottom: 10px;
}


.dh-form-intro .dh-company-type p {

    margin: 0;

    color: var(--dh-muted);

    font-size: 13.5px;
    line-height: 1.65;
}


/* ==========================================================
   CRITERIOS DE EVALUACIÓN
   ========================================================== */

.dh-form-intro .dh-evaluation {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 14px;

    margin: 25px 0 12px;
}


.dh-form-intro .dh-evaluation-item {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 14px;

    background: var(--dh-cream);

    border: 1px solid var(--dh-border);
    border-radius: 10px;

    padding: 16px 18px;
}


.dh-form-intro .dh-evaluation-item strong {

    font-size: 14px;
    font-weight: 650;
}


.dh-form-intro .dh-score {

    flex-shrink: 0;

    background: var(--dh-black);

    border: 1px solid var(--dh-black);

    color: #fff;

    padding: 6px 11px;

    border-radius: 100px;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}


/* ==========================================================
   OBTENCIÓN DEL DISTINTIVO
   ========================================================== */

.dh-form-intro .dh-highlight {

    position: relative;

    background:
        linear-gradient(
            135deg,
            #f8f4e9 0%,
            #fffdf8 100%
        );

    border: 1px solid #dfd3b9;
    border-radius: 14px;

    padding: 28px 30px;

    margin: 20px 0 0;
}


.dh-form-intro .dh-highlight::before {

    content: "";

    position: absolute;

    top: 22px;
    bottom: 22px;
    left: 0;

    width: 3px;

    background: var(--dh-gold);
}


.dh-form-intro .dh-percentage {

    display: block;

    color: var(--dh-black);

    font-size: 40px;
    font-weight: 700;
    line-height: 1;

    letter-spacing: -0.04em;

    margin-bottom: 12px;
}


.dh-form-intro .dh-highlight > p {

    max-width: 850px;

    margin-bottom: 0;
}


/* ==========================================================
   EXCELENCIA
   ========================================================== */

.dh-form-intro .dh-excellence {

    margin-top: 22px;

    padding: 18px 20px;

    background: rgba(168, 138, 61, .09);

    border: 1px solid rgba(168, 138, 61, .25);
    border-radius: 9px;

    color: var(--dh-text);

    font-size: 14px;
    line-height: 1.7;
}


.dh-form-intro .dh-excellence strong {

    color: #725d25;
}


/* ==========================================================
   CARTA COMPROMISO
   ========================================================== */

.dh-form-intro .dh-letter {

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    background: var(--dh-black);

    border-radius: 14px;

    padding: 26px 28px;

    margin: 20px 0;
}


.dh-form-intro .dh-letter-content {

    flex: 1;
}


.dh-form-intro .dh-letter-title {

    display: block;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;

    margin-bottom: 6px;
}


.dh-form-intro .dh-letter p {

    color: #d9d5cf;

    font-size: 13.5px;
    line-height: 1.65;

    margin: 0;
}


.dh-form-intro .dh-letter-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    min-height: 46px;

    padding: 0 21px;

    background: var(--dh-gold);

    border: 1px solid var(--dh-gold);

    border-radius: 7px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 650;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.dh-form-intro .dh-letter-button:hover {

    background: var(--dh-gold-light);

    border-color: var(--dh-gold-light);

    color: var(--dh-black) !important;

    transform: translateY(-1px);
}


/* ==========================================================
   AVISO CAMPOS OBLIGATORIOS
   ========================================================== */

.dh-form-intro .dh-required-note {

    background: #f4f1eb;

    border-left: 3px solid var(--dh-gold);

    border-radius: 0 8px 8px 0;

    padding: 14px 17px;

    margin-top: 28px;
}


.dh-form-intro .dh-required-note p {

    margin: 0;

    color: var(--dh-muted);

    font-size: 13.5px;
    line-height: 1.6;
}


.dh-form-intro .dh-required-note strong {

    color: var(--dh-wine);
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {

    .dh-form-intro {

        padding: 38px 32px;
    }


    .dh-form-intro .dh-company-types {

        grid-template-columns: 1fr;
    }


    .dh-form-intro .dh-company-type {

        min-height: initial;
    }


    .dh-form-intro .dh-letter {

        align-items: flex-start;
        flex-direction: column;

        gap: 20px;
    }

}


@media (max-width: 600px) {

    .dh-form-intro {

        padding: 30px 22px;

        border-radius: 12px;
    }


    .dh-form-intro h3 {

        margin-top: 36px;

        font-size: 19px;
    }


    .dh-form-intro .dh-evaluation {

        grid-template-columns: 1fr;
    }


    .dh-form-intro .dh-highlight {

        padding: 24px 22px;
    }


    .dh-form-intro .dh-percentage {

        font-size: 34px;
    }


    .dh-form-intro .dh-letter {

        padding: 23px 21px;
    }


    .dh-form-intro .dh-letter-button {

        width: 100%;
    }

}


/* ==========================================================
   PULIDO FINAL - INTRO CUESTIONARIO
   Pegar AL FINAL del CSS existente
   ========================================================== */


/* ----------------------------------------------------------
   1. ELIMINAR LÍNEA / BORDE SUPERIOR DECORATIVO
   ---------------------------------------------------------- */

.dh-form-intro::before {
    display: none !important;
}


/* La tarjeta queda más limpia sin ese adorno */

.dh-form-intro {
    padding-top: 42px;
}


/* ----------------------------------------------------------
   2. RITMO ENTRE TÍTULOS Y TEXTOS
   ---------------------------------------------------------- */

/* Título principal */

.dh-form-intro h2 {
    margin-top: 0;
    margin-bottom: 12px;
}


/* Títulos de sección */

.dh-form-intro h3 {
    margin-top: 34px;
    margin-bottom: 14px;
    padding-bottom: 10px;
}


/* Línea dorada bajo los títulos */

.dh-form-intro h3::after {
    width: 38px;
    height: 2px;
}


/* Párrafos */

.dh-form-intro p {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.7;
}


/* Evita hueco innecesario al final de widgets de texto */

.dh-form-intro p:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------------
   3. CORREGIR ESPACIADOS PROPIOS DE ELEMENTOR
   ---------------------------------------------------------- */

/*
 Elementor puede agregar margen al widget además del margen
 que ya tiene el H2/H3 o el texto.
*/

.dh-form-intro .elementor-widget-heading {
    margin-bottom: 0 !important;
}

.dh-form-intro .elementor-widget-text-editor {
    margin-bottom: 0 !important;
}


/*
 Si tus títulos y textos están dentro de contenedores
 Elementor, reducimos el gap general.
*/

.dh-form-intro > .e-con-inner,
.dh-form-intro > .elementor-element {
    row-gap: 0;
}


/* ----------------------------------------------------------
   4. LISTAS MODERNAS
   ---------------------------------------------------------- */

.dh-form-intro ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
}


.dh-form-intro ul li {
    position: relative;

    padding: 0 0 0 34px;
    margin: 0 0 12px;

    color: var(--dh-text);

    font-size: 14.5px;
    line-height: 1.65;
}


/* Icono circular */

.dh-form-intro ul li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 2px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;

    background: rgba(168, 138, 61, 0.12);
    border: 1px solid rgba(168, 138, 61, 0.28);

    border-radius: 50%;

    color: var(--dh-gold);

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}


/* Último elemento sin espacio adicional */

.dh-form-intro ul li:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------------------------
   5. LISTA ESPECIAL DE "ANTES DE INICIAR"
   Si agregas esta clase al UL:
   class="dh-preparation-list"
   ---------------------------------------------------------- */

.dh-form-intro .dh-preparation-list li {
    padding-left: 38px;
}


/* Documento */

.dh-form-intro .dh-preparation-list li:nth-child(1)::before {
    content: "✓";
}


/* Tiempo */

.dh-form-intro .dh-preparation-list li:nth-child(2)::before {
    content: "✓";
}


/* Información */

.dh-form-intro .dh-preparation-list li:nth-child(3)::before {
    content: "✓";
}


/* Privacidad */

.dh-form-intro .dh-preparation-list li:nth-child(4)::before {
    content: "✓";
}


/* ----------------------------------------------------------
   6. TARJETAS: UN POCO MÁS COMPACTAS
   ---------------------------------------------------------- */

.dh-form-intro .dh-company-types {
    margin-top: 18px;
    margin-bottom: 8px;
}


.dh-form-intro .dh-company-type {
    min-height: 140px;
    padding: 20px 20px;
}


.dh-form-intro .dh-company-type strong {
    margin-bottom: 6px;
}


.dh-form-intro .dh-company-type p {
    line-height: 1.55;
}


/* ----------------------------------------------------------
   7. CRITERIOS SÍ / E-I / NO
   ---------------------------------------------------------- */

.dh-form-intro .dh-evaluation {
    margin-top: 18px;
    margin-bottom: 8px;
}


.dh-form-intro .dh-evaluation-item {
    padding: 13px 16px;
}


/* ----------------------------------------------------------
   8. BLOQUE DEL 80 %
   ---------------------------------------------------------- */

.dh-form-intro .dh-highlight {
    margin-top: 18px;
    padding: 24px 26px;
}


.dh-form-intro .dh-percentage {
    margin-bottom: 8px;
}


.dh-form-intro .dh-excellence {
    margin-top: 16px;
}


/* ----------------------------------------------------------
   9. INFORMACIÓN IMPORTANTE
   ---------------------------------------------------------- */

.dh-form-intro .dh-required-note {
    margin-top: 18px;
}


/* ----------------------------------------------------------
   10. RESPONSIVE
   ---------------------------------------------------------- */

@media (max-width: 767px) {

    .dh-form-intro {
        padding-top: 30px;
    }

    .dh-form-intro h3 {
        margin-top: 28px;
        margin-bottom: 12px;
    }

    .dh-form-intro ul li {
        padding-left: 31px;
        margin-bottom: 11px;
    }

    .dh-form-intro .dh-company-type {
        min-height: auto;
    }

}


/* ==========================================================
   CTA FINAL - INICIAR CUESTIONARIO
   ========================================================== */

.dh-form-intro .dh-start {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 32px;

    margin-top: 34px;
    padding: 28px 30px;

    background: var(--dh-black);

    border-radius: 14px;
}


.dh-form-intro .dh-start-content {
    flex: 1;
}


.dh-form-intro .dh-start-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: var(--dh-gold-light);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .12em;
    text-transform: uppercase;
}


/* Sobrescribimos el H3 general porque aquí no queremos línea dorada */

.dh-form-intro .dh-start h3 {
    margin: 0 0 7px;
    padding: 0;

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}


.dh-form-intro .dh-start h3::after {
    display: none;
}


.dh-form-intro .dh-start p {
    margin: 0;

    color: #cac6bf;

    font-size: 13.5px;
    line-height: 1.6;
}


/* BOTÓN */

.dh-form-intro .dh-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    min-height: 48px;

    padding: 0 24px;

    background: var(--dh-gold);

    border: 1px solid var(--dh-gold);
    border-radius: 7px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.dh-form-intro .dh-start-button:hover {
    background: var(--dh-gold-light);
    border-color: var(--dh-gold-light);

    color: var(--dh-black) !important;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(0, 0, 0, .18);
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 767px) {

    .dh-form-intro .dh-start {
        flex-direction: column;
        align-items: flex-start;

        gap: 20px;

        padding: 24px 22px;
    }


    .dh-form-intro .dh-start-button {
        width: 100%;
    }

}/* End custom CSS */