:root {
    --container: 1440px;
    --gap: 2rem;

    --color-primary: #566367;
    --color-secondary: #666;
    --color-rojo: #F00;
    --color-rojo-intenso: #D82626;
    --color-gris: #f5f5f5;
    --color-footer: #474B4C;

    /* TITULOS */
    --titulo-40: 2.5rem;
    /* 40px */
    --titulo-30: 1.875rem;
    /* 30px */

    /* BODY */
    --font-main: 'Lato', sans-serif;
    --text-18: 1.125rem;
    /* 18px */
    --text-16: 1rem;
    /* 16px */
    --text-14: 0.875rem;
    /* 14px */

    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;

    /* boton woo */

}

body {
    font-family: var(--font-main);
    font-size: 1.125rem;
    /* 18px */
    line-height: 1.5;
    color: var(--color-primary);
    letter-spacing: 1px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    /*opacity: 0.8; */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

strong,
.negrita {
    font-weight: 700;
}

p {
    margin-bottom: 1rem;
}

.cursiva {
    font-style: italic;
}

.page h1,
.page h2,
.page h3,
.page strong {
    color: var(--color-rojo-intenso);
    font-weight: bold;
}
.home strong,
h2.cta04-title {
    color: var(--color-primary);
}

/*-------- 'display none' ---------*/
.wc-block-cart__empty-cart__products,
.wp-block-woocommerce-product-new,
h2.wp-block-heading.has-text-align-center {
    /*display: none !important;*/
}

.course-sidebar .quantity .qty {
    display: none;
}

/*-------- 'listado cursos' ---------*/
.ld-course-list-items .ld_course_grid .thumbnail.course {
    border: 0px
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button {

    min-width: 250px;
}

.learndash-wrapper .ld-content-action {
    flex-basis: 262px !important;

}

/*-------- 'Espacio inferior leccion' ---------*/
.learndash-wrapper .ld-tabs {
    /*margin: 1em 0 7rem !important;*/
}

/*-------- 'titulo leccion' ---------*/
.sfwd-lessons h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

/*-------- 'learndasds editor' ---------*/
.learndash-wrapper--lesson a {
    text-decoration: underline;
    color: blue;
    margin-bottom: 15px;
}

.learndash-wrapper--lesson p {
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 2.4rem;
}

/*listado ol*/
.learndash-wrapper--lesson ol {
    list-style: none;
    counter-reset: lesson-counter;
    padding-left: 0;
    margin: 0;
}

.learndash-wrapper--lesson ol>li {
    counter-increment: lesson-counter;
    position: relative;
    padding-left: 5.6rem;
    margin-bottom: 1rem;
    line-height: 44px;
}

.learndash-wrapper--lesson .ld-tabs ol>li::before {
    content: counter(lesson-counter);

    position: absolute;
    left: 0;
    top: 0;

    width: 2.6rem;
    height: 2.6rem;

    border-radius: 50%;

    background: #d60000;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
}

/*listado ol ol*/
.learndash-wrapper--lesson ol  li  ol {
    list-style: none !important;
    counter-reset: sublesson-counter;
    margin-top: 2rem;
    padding-left: 0;
}

.learndash-wrapper--lesson ol  li  ol > li {
    counter-increment: sublesson-counter;
    position: relative;
    padding-left: 2.6rem;
    margin-bottom: 1.5rem;
}
.learndash-wrapper--lesson ol  li  ol > li::before {
    content: counter(sublesson-counter, lower-alpha) !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem !important;
    height: 1.6rem !important;
    font-weight: 600;
    font-size: 17px !important;
    background-color: #ff8383 !important
}



.learndash-wrapper--lesson h1 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 3rem;
    margin-top: 1rem;
    width: 50%;
}

.learndash-wrapper--lesson h2 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 2rem;
    text-align: left;
    display: block;
    margin: 4rem 0 1rem;
}

.learndash-wrapper--lesson h3 {
    font-size: 30px;
    font-weight: 100;
    text-align: left;
    display: block;
    margin: 4rem 0 2rem;
    color: var(--color-rojo-intenso)
}

blockquote.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    font-size: 12px;
}

h3.wp-block-accordion-heading {
    font-size: 18px;
    margin: 0;
    font-weight: 800;
    text-decoration: none;
}

h3.wp-block-accordion-heading button:hover {
    text-decoration: none;
}

.learndash-wrapper--lesson h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-bottom: 5rem;
}

.learndash-wrapper--lesson a {
    color: rgb(36, 103, 178);
}

/*-------- ' estilos lecciones desplegable' ---------*/
.wp-block-accordion-item.is-layout-flow.wp-block-accordion-item-is-layout-flow {

    padding: 30px;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 10px rgb(232, 232, 232);
    border-radius: 4px;
    margin-bottom: 38px;
}

.wp-block-accordion-item.is-layout-flow.wp-block-accordion-item-is-layout-flow:hover {
    box-shadow: 1px 1px 10px silver;

}

.wp-block-accordion-item.is-layout-flow.wp-block-accordion-item-is-layout-flow.is-open {

    border-left: 5px solid var(--color-rojo-intenso);
}