/* ===================================== */
/* LEFT - FILTRO INSTRUCTORES */
/* ===================================== */

aside.tutor-col-lg-3 {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 20px;
    backdrop-filter: blur(4px);
}

/* Texto auxiliar */
aside.tutor-col-lg-3 .tutor-d-flex span + span {
    color: #ddd;
    font-family: var(--e-global-typography-1b18206-font-family);
    font-size: var(--e-global-typography-1b18206-font-size);
    font-weight: var(--e-global-typography-1b18206-font-weight);
    text-transform: var(--e-global-typography-1b18206-text-transform);
}

/* Título */
aside.tutor-col-lg-3 h3.tutor-widget-title {
    color: var(--e-global-color-75af21c);
    font-family: var(--e-global-typography-15edc3a-font-family);
    font-size: var(--e-global-typography-15edc3a-font-size);
    font-weight: var(--e-global-typography-15edc3a-font-weight);
}

/* Lista */
aside.tutor-col-lg-3 .tutor-list-item {
    margin-bottom: 8px;
}

/* Checkbox */
aside.tutor-col-lg-3 .tutor-form-check-input {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

aside.tutor-col-lg-3 .tutor-form-check-input:checked {
    background: linear-gradient(135deg, #7c3aed, #06b6d4);
    border-color: transparent;
    box-shadow: 0 0 8px rgba(124, 58, 237, 0.6);
}

aside.tutor-col-lg-3 .tutor-form-check-input:hover {
    border-color: #7c3aed;
}

/* Label */
aside.tutor-col-lg-3 .tutor-list-item > label {
    color: var(--e-global-color-c710f97);
    font-family: var(--e-global-typography-b010c1d-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
    font-weight: var(--e-global-typography-b010c1d-font-weight);
    line-height: var(--e-global-typography-b010c1d-line-height);
}

/* Ratings count */
aside.tutor-col-lg-3 .tutor-ratings-count {
    color: var(--e-global-color-c710f97);
    font-family: var(--e-global-typography-063f2cc-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
}


/* ===================================== */
/* RIGHT - CONTENIDO INSTRUCTORES */
/* ===================================== */

main.tutor-col-lg-9 {
    padding-left: 30px;
}


/* ===================================== */
/* BUSCADOR */
/* ===================================== */

main.tutor-col-lg-9 .tutor-form-wrap .tutor-icon-search {
    font-size: 12px;
}

main.tutor-col-lg-9 .tutor-form-wrap .tutor-form-control {
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 10px 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

main.tutor-col-lg-9 .tutor-form-wrap .tutor-form-control::placeholder {
    font-family: var(--e-global-typography-b010c1d-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
    font-weight: var(--e-global-typography-b010c1d-font-weight);
    color: rgba(255,255,255,0.5);
}

main.tutor-col-lg-9 .tutor-form-wrap .tutor-form-control:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 12px rgba(124, 58, 237, 0.3);
}


/* ===================================== */
/* FILTRO SELECT */
/* ===================================== */

main.tutor-col-lg-9 .tutor-color-muted {
	font-family: var(--e-global-typography-b010c1d-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
    font-weight: var(--e-global-typography-b010c1d-font-weight);
}

main.tutor-col-lg-9 select.tutor-form-control {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    color: rgba(255,255,255,0.9);

    font-family: var(--e-global-typography-b010c1d-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
    font-weight: var(--e-global-typography-b010c1d-font-weight);

    padding: 8px 36px 8px 12px;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    backdrop-filter: blur(4px);
    transition: all 0.3s ease;

    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' viewBox='0 0 20 20'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
}

main.tutor-col-lg-9 select.tutor-form-control:hover {
    border-color: rgba(124, 58, 237, 0.6);
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.2);
    transform: translateY(-1px);
}

main.tutor-col-lg-9 select.tutor-form-control:focus {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 12px rgba(124, 58, 237, 0.4);
}


/* ===================================== */
/* GRID INSTRUCTORES */
/* ===================================== */

.tutor-instructor-list-wrapper .tutor-instructor-list {
    display: grid;
    gap: 24px;
}

/* CARD */
.tutor-instructor-list-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.tutor-instructor-list-item:hover {
    transform: translateY(-6px);
    border-color: rgba(124, 58, 237, 0.5);
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.15);
}


/* Imagen */
.tutor-instructor-cover {
    overflow: hidden;
}

.tutor-instructor-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    filter: grayscale(20%) brightness(0.9);
}

.tutor-instructor-list-item:hover .tutor-instructor-cover img {
    transform: scale(1.05);
    filter: grayscale(0%) brightness(1);
}


/* BODY */
.tutor-card-body {
    padding: 16px;
}

/* Ratings */
.tutor-card-body .tutor-ratings {
    margin-bottom: 6px;
}

.tutor-card-body .tutor-icon-star {
    color: #facc15;
    font-size: 14px;
}

.tutor-card-body .tutor-ratings-average {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-left: 6px;
}

/* Nombre */
.tutor-instructor-title {
    color: #fff;
    font-family: var(--e-global-typography-15edc3a-font-family);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

.tutor-instructor-list-item:hover .tutor-instructor-title {
    color: #7c3aed;
}

/* Cursos */
.tutor-instructor-courses {
    color: rgba(255,255,255,0.5);
    font-family: var(--e-global-typography-b010c1d-font-family);
    font-size: var(--e-global-typography-063f2cc-font-size);
}

.tutor-instructor-courses > span {
    color: #a0a0a0;
}

