
.fide-stepper-root {
	--fstp-azul: #000f9f;
	--fstp-azul-10: #e8f1ff;
	--fstp-azul-30: #2e6eef;
	--fstp-amarillo: #ffd600;
	--fstp-amarillo-hover: #ffe940;
	--fstp-amarillo-pressed: #fff180;
	--fstp-gris-bg: #f1f3f5;
	--fstp-gris-borde: #bdc4cc;
	--fstp-gris-texto: #4c545f;
	--fstp-texto-oscuro: #222c38;
	--fstp-rojo: #bf1d1d;
	--fstp-rojo-bg: #fceded;
	--fstp-blanco: #ffffff;
	--fstp-amber-bg: #fde5c4;
	--fstp-amber-borde: #fbd096;
	--fstp-amber-texto: #b45309;
	--fstp-verde-bg: #c9f8da;
	--fstp-verde-borde: #65ea96;
	--fstp-verde-texto: #15803d;
	--fstp-radio: 0.75rem;
	--fstp-radio-full: 624.9375rem;
	--fstp-font: inherit;

	font-family: var(--fstp-font);
	margin: 0 0 12px 0;
	margin-left: 0 !important; 
	margin-right: 0 !important;
	color: var(--fstp-texto-oscuro);
	text-align: left; 
}

.fide-stepper-root * { box-sizing: border-box; }


form.variations_form table.variations,
form.variations_form .reset_variations {
	display: none !important;
}


.elementor-widget-wd_single_product_add_to_cart,
.elementor-widget-wd_single_product_add_to_cart .elementor-widget-container,
.elementor-widget-wd_single_product_add_to_cart form.variations_form {
	width: 100% !important;
}

.elementor-widget-wd_single_product_add_to_cart form.variations_form:not(:has(.fide-stepper-root:not(:empty)))::after {
	content: '';
	display: block;
	width: 100%;
	flex: 0 0 100%;
	border-radius: 624.9375rem;
	background: linear-gradient(90deg, #e4e8ef 25%, #d3d9e3 37%, #e4e8ef 63%);
	background-size: 400% 100%;
	animation: fstp-skeleton-pulso 1.4s ease infinite;
	height: 48px;
}

.fstp-proximamente {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fde5c4;
	border: 1px solid #fbd096;
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 14px;
}
.fstp-proximamente-icono {
	font-size: 18px;
	line-height: 1.4;
}
.fstp-proximamente-texto {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: #b45309;
}


form.variations_form .single_variation_wrap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}


form.variations_form .fide-native-add-wrap {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/* ── Estado inicial (gate): solo el botón "Matricular en línea" ───── */
.fstp-gate { margin-bottom: 0; }

.e-con.e-flex:has(form.variations_form) {
	row-gap: 10px !important;
}


.elementor-element.e-con.e-flex:has(form.variations_form) {
	margin-top: 0 !important;
	padding-top: 24px !important;
	border-style: none;
}

.e-con.e-flex:has(form.variations_form) > .elementor-widget-video {
	display: none !important;
}
.fstp-skeleton ~ form.variations_form:not(:has(.fide-stepper-root:not(:empty)))::before,
.fstp-skeleton ~ form.variations_form:not(:has(.fide-stepper-root:not(:empty)))::after {
	content: none;
	display: none;
}


.fide-stepper-root .fstp-btn.fstp-btn {
	width: 100%;
	padding: 15px 32px 13px;
	border-radius: var(--fstp-radio-full);
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: var(--fstp-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.32px;
	text-transform: none;
	transition: background .2s, transform .1s, opacity .2s;
}

.fide-stepper-root .fstp-btn:disabled { opacity: .55; cursor: not-allowed; }

.fide-stepper-root .fstp-btn.fstp-btn-amarillo {
	background: var(--fstp-amarillo);
	color: var(--fstp-azul);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,.08), 0px 2px 6px rgba(0,0,0,.16);
}
.fide-stepper-root .fstp-btn.fstp-btn-amarillo:hover:not(:disabled) { background: var(--fstp-amarillo-hover); }
.fide-stepper-root .fstp-btn.fstp-btn-amarillo:active:not(:disabled) { background: var(--fstp-amarillo-pressed); transform: scale(.98); }

.fide-stepper-root .fstp-btn.fstp-btn-outline {
	background: transparent;
	outline: 2px solid var(--fstp-azul);
	outline-offset: -2px;
	color: var(--fstp-azul);
}
.fide-stepper-root .fstp-btn.fstp-btn-outline:hover:not(:disabled) { background: var(--fstp-azul-10); }

.fide-stepper-root .fstp-btn.fstp-btn-texto {
	background: transparent;
	color: var(--fstp-azul);
	padding: 11px 32px 9px;
	font-size: 14px;
}
.fide-stepper-root .fstp-btn.fstp-btn-texto:hover:not(:disabled) { background: var(--fstp-azul-10); }

/* ── Stepper ──────────────────────────────────────────────────────── */
.fstp-titulo {
	font-size: 13px;
	font-weight: 700;
	color: var(--fstp-azul);
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 14px;
}

.fstp-step {
	position: relative;
	padding-left: 36px;
	padding-bottom: 16px;
}

.fstp-step:last-child { padding-bottom: 0; }

.fstp-step:not(:last-child)::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 25px;
    bottom: 7px;
	width: 2px;
	background: var(--fstp-gris-borde);
}

.fstp-step.fstp-completed:not(:last-child)::before { background: #000f9f; }

.fstp-dot {
	position: absolute;
	left: 0;
	top: -4px;
	width: 25px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid var(--fstp-gris-borde);
	background: var(--fstp-blanco);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	color: var(--fstp-gris-texto);
	z-index: 1;
}
.fstp-dot-num{
	margin-top: 1px;
}

.fstp-step.fstp-active .fstp-dot {
	border-color: var(--fstp-azul);
	background: var(--fstp-azul);
	color: var(--fstp-blanco);
	box-shadow: 0 0 0 3px var(--fstp-azul-10);
}

.fstp-step.fstp-completed .fstp-dot {
	border-color: var(--fstp-azul);
	color: #000f9f;
}

.fstp-step.fstp-completed .fstp-dot-num {
	display: none;
}

.fstp-dot-check {
	position: static;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	border: none;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fstp-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	min-height: 20px;
}

.fstp-head > div:first-child {
	flex: 1 1 auto;
	min-width: 0;
}

.fstp-label {
	font-size: 12px;
	font-weight: 700;
	color: var(--fstp-gris-texto);
	text-transform: uppercase;
	letter-spacing: .4px;
}

.fstp-step.fstp-active .fstp-label { color: var(--fstp-azul); }

.fstp-summary {
	font-size: 13px;
	font-weight: 600;
	color: var(--fstp-azul);
	margin-top: 2px;
	line-height: 1.3;
}


.fide-stepper-root .fstp-change.fstp-change {
	width: auto;
	height: auto;
	min-height: 0; 
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 600;
	font-family: var(--fstp-font);
	text-transform: none;
	color: var(--fstp-azul);
	background: var(--fstp-azul-10);
	border: none;
	border-radius: 20px;
	padding: 3px 10px;
	cursor: pointer;
	white-space: nowrap;
	line-height: 1.4;
}
.fide-stepper-root .fstp-change.fstp-change:hover { background: #c5dcff; }

.fstp-body { margin-top: 10px; }

.fstp-notice {
	background: var(--fstp-amber-bg);
	border: 1px solid var(--fstp-amber-borde);
	border-radius: 8px;
	padding: 8px 10px;
	font-size: 11px;
	color: var(--fstp-amber-texto);
	margin-bottom: 10px;
	line-height: 1.5;
}

.fstp-notice-success {
	background: var(--fstp-verde-bg);
	border-color: var(--fstp-verde-borde);
	color: var(--fstp-verde-texto);
}

.fstp-options { display: flex; flex-direction: column; gap: 6px; }

.fstp-options-scroll {
	max-height: 270px;
	overflow-y: auto;
	padding-right: 4px; /* separa el contenido de la barra de scroll */
	scrollbar-width: thin;
}

.fstp-options-scroll::-webkit-scrollbar { width: 6px; }
.fstp-options-scroll::-webkit-scrollbar-track { background: transparent; }
.fstp-options-scroll::-webkit-scrollbar-thumb {
	background: var(--fstp-gris-borde);
	border-radius: 624.9375rem;
}
.fstp-options-scroll::-webkit-scrollbar-thumb:hover { background: var(--fstp-azul-30); }

.fstp-option {
	display: block;
	width: 100%;
	text-align: left;
	padding: 9px 12px;
	border: 1.5px solid var(--fstp-gris-borde);
	border-radius: 8px;
	background: var(--fstp-blanco);
	cursor: pointer;
	font-family: var(--fstp-font);
	font-size: 13px;
	color: var(--fstp-texto-oscuro);
	line-height: 1.4;
	transition: all .15s ease;
}

.fstp-option:hover { border-color: var(--fstp-azul); background: var(--fstp-azul-10); color: var(--fstp-azul); }

.fstp-option-title { font-weight: 600; }
.fstp-option-meta { font-size: 11px; color: var(--fstp-gris-texto); margin-top: 2px; display: block; }

/* Tarjetas del paso "Sede": ícono (casa/chat/personas) + nombre en la
   misma línea. */
.fstp-option-title-icono {
	display: flex;
	align-items: center;
	gap: 6px;
}
.fstp-option-icono {
	display: inline-flex;
	flex-shrink: 0;
	color: var(--fstp-azul);
}
.fstp-option:hover .fstp-option-icono { color: var(--fstp-azul); }

.fstp-option-disabled {
	cursor: default;
	background: var(--fstp-gris-bg);
	border-color: var(--fstp-gris-borde);
	color: var(--fstp-gris-texto);
}
.fstp-option-disabled:hover { border-color: var(--fstp-gris-borde); background: var(--fstp-gris-bg); color: var(--fstp-gris-texto); }
.fstp-option-disabled .fstp-option-title { text-decoration: line-through; font-weight: 500; }
.fstp-option-disabled .fstp-option-meta { font-style: italic; }

.fstp-empty {
	font-size: 13px;
	color: var(--fstp-gris-texto);
	font-style: italic;
}

/* ── Carrito acumulado (materias ya agregadas de verdad al carrito) ── */
.fstp-carrito {
	margin-bottom: 14px;
}

.fstp-carrito-titulo {
	font-size: 11px;
	font-weight: 700;
	color: var(--fstp-gris-texto);
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 8px;
}

.fstp-carrito-item {
	background: var(--fstp-azul-10);
	border-radius: 8px;
	padding: 10px 12px 8px;
	margin-bottom: 6px;
}

.fstp-carrito-item-fila {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
}

.fstp-carrito-item-curso { font-size: 12px; font-weight: 700; color: var(--fstp-azul); line-height: 1.3; }
.fstp-carrito-item-precio { font-size: 12px; font-weight: 700; color: var(--fstp-azul); white-space: nowrap; }
.fstp-carrito-item-detalle { font-size: 11px; color: var(--fstp-azul); opacity: .75; margin-top: 2px; }

.fstp-carrito-item-acciones {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--fstp-azul-30);
	margin-top: 8px;
	padding-top: 6px;
}

.fide-stepper-root .fstp-carrito-editar.fstp-carrito-editar,
.fide-stepper-root .fstp-carrito-eliminar.fstp-carrito-eliminar {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: auto;
	height: auto;
	min-height: 0;
	background: none;
	border: none;
	border-radius: 0;
	padding: 2px 0;
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	font-family: var(--fstp-font);
	text-transform: none;
	line-height: 1.3;
	cursor: pointer;
}

.fide-stepper-root .fstp-carrito-editar.fstp-carrito-editar { color: var(--fstp-azul); }
.fide-stepper-root .fstp-carrito-editar.fstp-carrito-editar:hover:not(:disabled) { background: none; text-decoration: underline; }

.fide-stepper-root .fstp-carrito-eliminar.fstp-carrito-eliminar { color: var(--fstp-rojo); }
.fide-stepper-root .fstp-carrito-eliminar.fstp-carrito-eliminar:hover:not(:disabled) { background: none; text-decoration: underline; }

.fide-stepper-root .fstp-carrito-editar.fstp-carrito-editar:disabled,
.fide-stepper-root .fstp-carrito-eliminar.fstp-carrito-eliminar:disabled { opacity: .55; cursor: not-allowed; }

.fstp-carrito-total {
	border-top: 1px solid var(--fstp-azul-30);
	padding-top: 8px;
	margin-top: 4px;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 700;
	color: var(--fstp-azul);
}

.fstp-separador { height: 1px; background: var(--fstp-gris-borde); margin: 14px 0; }

.fstp-acciones { display: flex; flex-direction: column; gap: 10px; margin-top: 15px; }

/* ── Tarjeta de confirmación (modo combo único, sin pasos) ─────────── */
.fstp-confirm-card {
	background: var(--fstp-azul-10);
	border-radius: 8px;
	padding: 16px 16px 18px;
	margin-bottom: 14px;
}

.fstp-confirm-curso { font-size: 17px; font-weight: 800; color: var(--fstp-azul); line-height: 1.3; }
.fstp-confirm-detalle { font-size: 14px; font-weight: 600; color: var(--fstp-azul); opacity: .9; margin-top: 4px; }

.fstp-confirm-nota {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--fstp-gris-texto);
	margin-top: 10px;
}

.fstp-skeleton { margin: 0; }
.fstp-skeleton-linea {
	border-radius: 8px;
	background: linear-gradient(90deg, #e4e8ef 25%, #d3d9e3 37%, #e4e8ef 63%);
	background-size: 400% 100%;
	animation: fstp-skeleton-pulso 1.4s ease infinite;
}

.fstp-skeleton-boton { height: 48px; border-radius: 624.9375rem; }
@keyframes fstp-skeleton-pulso {
	0% { background-position: 100% 50%; }
	100% { background-position: 0 50%; }
}
.elementor-362913 .elementor-element.elementor-element-98263af > .elementor-widget-container {margin: 0px!important;}

@media (max-width: 767px) {
    .elementor-362913 .elementor-element.elementor-element-64577d8 {
        margin-left: 10px!important;
        margin-right: 10px!important;
        
    }
}