.elementor-kit-14{--e-global-color-primary:#272220;--e-global-color-secondary:#87756E;--e-global-color-text:#272220;--e-global-color-accent:#23F662;--e-global-color-c42d864:#7C00FF;--e-global-color-788d5e1:#FF7C00;--e-global-color-2bfbfb7:#0036F9;--e-global-color-7f227f4:#FFFFFF;--e-global-color-6300a5b:#272220;--e-global-color-e521b5a:#EC454F;--e-global-color-27f97fb:#FFFF00;--e-global-color-7c89cb7:#EEEAE7;--e-global-color-7990690:#23F662;--e-global-color-e76415c:#272220;--e-global-typography-primary-font-family:"PPTelegraf";--e-global-typography-secondary-font-family:"PPTelegraf";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"PPTelegraf";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"PPTelegraf";--e-global-typography-accent-font-weight:bold;background-color:#EEEAE7;color:var( --e-global-color-text );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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:1rem;font-weight:500;line-height:1.2375rem;text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:var( --e-global-color-text );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-style:none;border-radius:100rem 100rem 100rem 100rem;padding:1rem 2rem 1rem 2rem;}.elementor-kit-14 button:hover,.elementor-kit-14 button:focus,.elementor-kit-14 input[type="button"]:hover,.elementor-kit-14 input[type="button"]:focus,.elementor-kit-14 input[type="submit"]:hover,.elementor-kit-14 input[type="submit"]:focus,.elementor-kit-14 .elementor-button:hover,.elementor-kit-14 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-7f227f4 );box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);border-style:none;border-radius:100rem 100rem 100rem 100rem;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 p{margin-block-end:5px;}.elementor-kit-14 a{font-weight:500;}.elementor-kit-14 a:hover{font-weight:500;}.elementor-kit-14 h1{font-family:"Humane", Sans-serif;font-size:10rem;font-weight:normal;text-transform:uppercase;line-height:10rem;}.elementor-kit-14 h2{font-family:"Telegraf", Sans-serif;font-size:2.625rem;font-weight:800;line-height:2.8875rem;}.elementor-kit-14 h3{font-family:"PPTelegraf", Sans-serif;font-size:1.375rem;font-weight:bold;line-height:1.5125rem;}.elementor-kit-14 h4{font-family:"PPTelegraf", Sans-serif;font-size:1.125rem;font-weight:bold;line-height:1.2375rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-14{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   1. BOTONES NATIVOS MEMBERPRESS (Navegación Lecciones)
   ========================================================= */
.mpcs-lesson-navigation {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
    border-top: 1px solid #eeeeee !important;
}

/* Siguiente / Completar (Negro -> Gris al pasar ratón) */
#next_lesson_link, .mpcs-lesson-next, .mpcs-mark-complete, input.mpcs-mark-complete {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    border: 1px solid #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}
#next_lesson_link:hover, .mpcs-lesson-next:hover, input.mpcs-mark-complete:hover {
    background-color: #333333 !important;
    transform: translateY(-2px);
}

/* Anterior (Transparente -> Gris claro al pasar ratón) */
#previous_lesson_link, .mpcs-lesson-previous {
    background-color: transparent !important;
    color: #000000 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    border: 1px solid #000000 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}
#previous_lesson_link:hover, .mpcs-lesson-previous:hover {
    background-color: #f2f2f2 !important;
}

/* =========================================================
   2. OCULTAR ELEMENTOS NO DESEADOS
   ========================================================= */
a.mpcs-course-link, a.mpcs-button.is-purple, .mpcs-lesson-locked a {
    display: none !important;
}

/* =========================================================
   3. BOTONES "CONGELADOS" (AUTOMÁTICOS EN CURSOS)
   Se quedan verdes fijos dentro de lecciones/cursos
   ========================================================= */
body.single-mpcs-lesson .elementor-widget-button a.elementor-button:not(.boton-verde-hover),
body.single-mpcs-course .elementor-widget-button a.elementor-button:not(.boton-verde-hover) {
    background-color: #22E061 !important; 
    color: #000000 !important;
    border: 1px solid #22E061 !important;
    border-radius: 50px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: none !important; 
    opacity: 1 !important;
}
/* Congelamos hover también */
body.single-mpcs-lesson .elementor-widget-button a.elementor-button:not(.boton-verde-hover):hover,
body.single-mpcs-course .elementor-widget-button a.elementor-button:not(.boton-verde-hover):hover {
    background-color: #22E061 !important;
    color: #000000 !important;
    transform: none !important;
}

/* =========================================================
   4. CLASE MAESTRA: .boton-verde-hover (AHORA SIN HOVER)
   Aplica a cualquier botón donde pongas la clase.
   Siempre Verde, Siempre Texto Negro. Sin cambios.
   ========================================================= */

/* Agrupamos TODOS los estados posibles para bloquear cambios */
.boton-verde-hover .elementor-button,
.boton-verde-hover .elementor-button:hover,
.boton-verde-hover .elementor-button:focus,
.boton-verde-hover .elementor-button:active,
.boton-verde-hover .elementor-button:visited,
.boton-verde-hover a.elementor-button:hover {
    
    /* COLORES FIJOS */
    background-color: #22E061 !important; /* Siempre Verde */
    color: #000000 !important; /* Siempre Texto Negro */
    border: 1px solid #22E061 !important;
    fill: #000000 !important; /* Iconos negros */
    
    /* DISEÑO */
    border-radius: 50px !important;
    padding: 12px 32px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    text-decoration: none !important;
    
    /* ANULAR EFECTOS DE MOVIMIENTO/SOMBRA */
    transform: none !important;
    box-shadow: none !important;
    transition: none !important;
    opacity: 1 !important;
}

/* Asegurar que el texto interno (span) nunca cambie de color */
.boton-verde-hover .elementor-button span,
.boton-verde-hover .elementor-button:hover span,
.boton-verde-hover .elementor-button:focus span {
    color: #000000 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-Regular.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-UltraLight.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-Medium.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-Bold.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-UltraBold.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-Black.woff') format('woff');
}
@font-face {
	font-family: 'PPTelegraf';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/10/PPTelegraf-Light.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Humane';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://emprendoteca.es/wp-content/uploads/2023/11/Humane-Bold.woff') format('woff'),
		url('https://emprendoteca.es/wp-content/uploads/2023/11/Humane-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */