.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-858 .elementor-element.elementor-element-69081af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-858 .elementor-element.elementor-element-62b3375{margin:60px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;text-align:center;}.elementor-858 .elementor-element.elementor-element-62b3375 .elementor-heading-title{font-family:"Segoe UI", Sans-serif;font-weight:600;color:#2E6BFF;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-fb1b9fe *//* CONTENEDOR GENERAL (card principal) */
.am-cat__form{
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:20px;
    max-width:900px;
    margin:0 auto;
}

/* HEADER (parte de arriba) */
.am-fcis__header{
    background:#f8fafc;
    border-radius:12px;
    padding:16px 18px;
    margin-bottom:20px;
}

/* PRECIO */
.am-fcis__header-price{
    font-size:20px;
    font-weight:600;
    color:#2563eb;
}

/* BOTON */
.am-button--primary{
    border-radius:999px !important;
    padding:10px 18px !important;
    box-shadow:0 6px 20px rgba(37,99,235,0.25);
}

/* BLOQUE INFO (About / Employees) */
.am-fcis__info{
    background:#ffffff;
    border-radius:12px;
    padding:18px;
    border:1px solid #e5e7eb;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

/* TABS */
.am-fcis__info-tab{
    padding:8px 14px;
    transition:.2s;
    background:#2563eb;
    color:#ffffff !important;
    border-radius:8px;
    padding:8px 16px;
    font-weight:500;
}

.am-fcis__info-tab.am-active{
    background:#2563eb;
    color:#fff;
}

/* DESCRIPCION */
.am-fcis__info-service__desc{
    line-height:1.6;
    color:#475569;
}

/* EMPLEADO (card interna) */
.am-collapse-item{
    background:#f9fafb;
    border-radius:12px;
    padding:14px;
    margin-top:12px;
    border:1px solid #e5e7eb;
    transition:.2s;
}

.am-collapse-item:hover{
    box-shadow:0 6px 16px rgba(0,0,0,0.08);
}

/* NOMBRE PROFESOR */
.am-fcis__info-employee__name{
    font-weight:600;
    font-size:15px;
}

/* MINI INFO (duración, tipo, etc) */
.am-fcis__mini-info{
    gap:12px;
}

.am-fcis__mini-info__inner{
    background:#f1f5f9;
    padding:6px 10px;
    border-radius:999px;
    font-size:13px;
}/* End custom CSS */