/* Start custom CSS for section, class: .elementor-element-674ed474 */:root {
            --white: #ffffff;
            --black: #000000;
            --red: #960002;
        }

        .container_hdezco_taller {
            margin: 0 auto;
            padding: 24px 0
        }

        .eyebrow {
            display: inline-flex;
            gap: 8px;
            align-items: center;
            border: 1px solid var(--black);
            padding: 6px 10px;
            border-radius: 999px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: .4px
        }

        .header_hdezco {
            display: grid;
            grid-template-columns: 1.2fr .8fr;
            gap: 24px;
            align-items: center;
            padding: 18px 0 8px;
            border-bottom: 2px solid var(--black)
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 14px
        }

        .logo {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            background: var(--red)
        }

        .brand h1 {
            font-size: 26px;
            margin: 0
        }

        .lead {
            font-size: 18px;
            margin: 10px 0 0 0
        }

        .cta-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 14px
        }

        .btn {
            appearance: none;
            border: none;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            border-radius: 10px;
            font-weight: 700
        }

        .btn.primary {
            background: var(--red);
            color: var(--white);
            border: 1px solid var(--black)
        }
        .box_programa {
            margin-top:15px;
        }
        .box_programa .btn-ver-programas{
        padding: 10px 20px;
        background: #940404;
        color: white ;
        border: none ;
        border-radius: 10px ;
        font-weight: 500 ;
        cursor: pointer ;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.2s ease;
        box-shadow: 0 2px 8px
        }

        .btn.secondary {
            background: var(--white);
            color: var(--black);
            border: 1px solid var(--black)
        }

        .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 12px
        }

        .chip {
            border: 1px solid var(--black);
            border-radius: 999px;
            padding: 6px 10px;
            font-size: 12px;
            background: var(--white)
        }

        /* Section titles */
        .section {
            padding: 26px 0;
            border-bottom: 1px solid #00000020
        }

        .section h2 {
            font-size: 22px;
            margin: 0 0 12px 0;
            border-left: 6px solid var(--red);
            padding-left: 10px
        }

        /* “Dirigido a” */
        .audience {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        @media (max-width:900px) {
            .header_hdezco {
                grid-template-columns: 1fr
            }

            .audience {
                grid-template-columns: 1fr
            }
        }

        .card {
            border: 1px solid var(--black);
            border-radius: 14px;
            padding: 16px;
            background: var(--white)
        }

        .card h3 {
            margin: 0 0 6px 0;
            font-size: 16px;
            color: var(--red)
        }
        .card .bullet{
            margin-bottom: 5px!important;
            padding-left: 20px!important;
        }

        /* Resultados */
        .results {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        @media (max-width:900px) {
            .results {
                grid-template-columns: 1fr
            }
        }

        .bullet {
            padding-left: 26px;
            position: relative;
            margin: 8px 0
        }

        .bullet::before {
            content: "";
            position: absolute;
            left: 0;
            top: .6em;
            width: 12px;
            height: 12px;
            background: var(--red);
            border: 1px solid var(--black);
            transform: rotate(45deg)
        }

        /* Estructura: 5 módulos */
        .steps {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin-top: 6px
        }

        .step {
            border: 1px solid var(--black);
            border-radius: 14px;
            padding: 14px;
            background: var(--white)
        }

        .step .top {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .badge {
            min-width: 32px;
            height: 32px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: var(--red);
            color: var(--white);
            border: 1px solid var(--black);
            font-weight: 800
        }

        .step h4 {
            margin: 0;
            font-size: 16px
        }

        .step ul {
            margin: 8px 0 0 0;
            padding: 0 0 0 18px
        }

        /* Precios */
        .pricing {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 14px
        }

        @media (max-width:900px) {
            .pricing {
                grid-template-columns: 1fr
            }
        }

        .price {
            border: 2px solid var(--black);
            border-radius: 16px;
            background: var(--white);
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 8px
        }

        .price h3 {
            margin: 0;
            font-size: 18px;
            color: var(--red)
        }

        .amount {
            font-size: 32px;
            font-weight: 900;
            color: var(--black)
        }

        .note {
            font-size: 13px;
            opacity: .85
        }

        .highlight {
            background: var(--red);
            color: var(--white);
            padding: 4px 8px;
            border-radius: 8px;
            display: inline-block;
            border: 1px solid var(--black);
            font-weight: 700
        }

        /* Pago */
        .paylist {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px
        }

        @media (max-width:900px) {
            .paylist {
                grid-template-columns: 1fr
            }
        }

        .pay {
            border: 1px solid var(--black);
            border-radius: 12px;
            padding: 14px
        }

        .footnote {
            font-size: 12px;
            margin-top: 8px
        }

        /* Footer CTA */
        .footer-cta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            justify-content: space-between;
            padding: 22px;
            border: 2px solid var(--black);
            border-radius: 16px;
            background: var(--white)
        }

        .small {
            font-size: 12px
        }

        a {
            color: var(--red)
        }/* End custom CSS */