
@media print {
    body * { visibility: hidden !important; }
    #protectedPrintMessage, #protectedPrintMessage * { visibility: visible !important; }

    #protectedPrintMessage {
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        padding: 40px;
        font-size: 18px;
    }
}
@media screen { #protectedPrintMessage { display:none; } }
@media print  { #protectedPrintMessage { display:block; } }

body {
    background: #f2f3f8;
}

.logo_texto {
    line-height: 80px;
    font-weight: 900;
    font-size: 30px;
    color: white !important;
    transition: all 0.3s ease;
}

.kt-header--minimize .logo_texto {
    line-height: 55px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon {
    color: white;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--parent):not(.kt-menu__item--open):not(.kt-menu__item--here):not(.kt-menu__item--active):hover > .kt-menu__link .kt-menu__link-icon {
    color: white;
}

.CodeMirror.cm-s-default {
    border: 1px solid rgb(226, 229, 236);
    border-radius: 4px;
}

.kt-portlet.kt-portlet--tabs .kt-portlet__head .kt-portlet__head-toolbar {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.content_separador_bloques {
    padding: 10px 0 !important;
    padding-bottom: 30px !important;
}

.select_a_block {

}

.un_bloque_builder.ui-sortable-helper {
    border: 0 !important;
    background-color: transparent !important;
}

.un_bloque_builder.ui-sortable-helper .content_separador_bloques {
    display: none;
}

.ui-state-highlight-bloque {
    border: 0 !important;
    background-color: white !important;
}

.custom-file-label {
    text-align: left !important;
}

.custom-file-label::after {
    content: "\f07c";
    font-family: 'Line Awesome Free';
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
    border-color: #e2e5ec;
}

.select2-container {
    width: 100% !important;
}

label.error {
    color: #fd397a;
}

.kt-sc {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
}

.kt-sc .kt-sc__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ffffff;
}

.kt-sc .kt-sc__top .kt-sc__title {
    margin-bottom: 0;
    font-size: 1.45rem;
    color: #48465b;
}

.kt-sc .kt-sc__top .kt-sc__nav .kt-link {
    margin-left: 2rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.kt-sc .kt-sc__top .kt-sc__nav .kt-link:first-child {
    margin-left: 0;
}

.kt-sc .kt-sc__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.kt-sc .kt-sc__bottom .kt-sc__heading {
    margin-bottom: 4rem;
}

.kt-sc .kt-sc__bottom .kt-sc__form .input-group {
    width: 630px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(122, 104, 181, 0.09);
    box-shadow: 0px 0px 9px 0px rgba(122, 104, 181, 0.09);
}

.kt-sc .kt-sc__bottom .kt-sc__form .input-group .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    padding: 0.65rem 2rem;
    background-color: #ffffff;
}

.kt-sc .kt-sc__bottom .kt-sc__form .input-group .form-control {
    border: none;
    padding: 2.5rem 0;
    font-weight: 400;
    font-size: 1.1rem;
}

@media (max-width: 1024px) {
    .kt-content--fit-top .kt-sc {
        margin-top: -15px;
    }

    .kt-sc .kt-sc__top .kt-sc__nav .kt-link {
        margin-left: 1rem;
    }

    .kt-sc .kt-sc__top .kt-sc__nav .kt-link:first-child {
        margin-left: 0;
    }

    .kt-sc .kt-sc__bottom .kt-sc__form .input-group {
        width: 100%;
    }
}

@media print {
    #capaInformeContactos {
        display: none;
    }
}

div.dt-button-collection.dropdown-menu {
    max-height: 500px;
    overflow-y: scroll;
}

.blockUI.blockOverlay {
    z-index: 999998;
}

.blockUI.blockPage {
    z-index: 999999;
}

.estamos_en_check .kt-aside {
    display: none !important;
}

.estamos_en_check #kt_header {
    display: none !important;
}

.estamos_en_check #kt_wrapper {
    padding-left: 0 !important;
    padding-top: 55px !important;
}

.estamos_en_check .kt-aside--enabled.kt-subheader--fixed .kt-subheader {
    left: 0 !important;
    top: 0 !important
}

tr.success td {
    background-color: rgba(0, 128, 0, 0.3);
}

tr.warning td {
    background-color: rgba(255, 255, 0, 0.31);
}

tr.danger td {
    background-color: rgba(255, 0, 0, 0.31);
}

tr.con2Socios td {
    font-style: italic;
}

.divReprogramacion {
    display: none !important;
}

.divReprogramacion.show {
    display: inline-block !important;
}

div.error {
    color: red;
}

.kt-aside__brand .kt-aside__brand-logo img {
    display: inline-block;
    margin: 0 auto;
    height: 60px;
}

.kt-login.kt-login--v6 .kt-login__aside .kt-login__wrapper .kt-login__container .kt-login__logo img {
    display: block;
    margin: 0 auto;
    width: 300px;
}

.kt-header-mobile .kt-header-mobile__logo img {
    display: inline-block;
    margin: 0 auto;
    height: 45px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
    padding: 6px 25px;
    min-height: 35px;
}

.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {

    min-height: 30px;
}

.kt-aside-menu.kt-aside-menu--dropdown .kt-menu__nav .kt-menu__item:not([data-ktmenu-submenu-mode=accordion]).kt-menu__item--hover > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item .kt-menu__link {

    padding: 0px 30px;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon, .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
    font-size: 2rem;
    line-height: 1rem;
}

.btn.dropdown-toggle:after, .nav-link.dropdown-toggle:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    margin-left: 2px;
    font-size: 14px;
}

.jstree-open > .jstree-anchor > .la-folder:before {
    content: "\f07b";
}

.jstree-node[data-type='ENLACE_MENU'] > .jstree-anchor > .la-folder:before {
    content: "\f0c9";
    color: red;
}
.jstree-node[data-type='ENLACE_DIRECTORIO'] > .jstree-anchor > .la-folder:before {
    content: "\f07b";
    color: blue;
}

.jstree-node[data-type='ENLACE_ARCHIVO'] > .jstree-anchor > .la-folder:before {
    content: "\f15b";
    color: green;
}

.modal .modal-content .modal-header .close {
    font-family: 'Line Awesome Free';
}

.modal .modal-content .modal-header .close:before {
    content: "\f00d";
}

#div_for_tree .botones {
    opacity: 0;
    margin-left: 20px;
}

#div_for_tree .botones span {
    line-height: 24px;
    height: 24px;
    font-size: 20px;
}

#div_for_tree a:hover .botones {
    opacity: 1;
}

.kt-footer .kt-footer__copyright {
    padding: 0 20px;
}

.jstree-default .jstree-anchor br {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow:before, .select2-container--default .select2-selection--single .select2-selection__arrow:before {

    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
}

#no_menu_links {
    width: calc(100% - 400px);
}

#menu_links {
    position: fixed;
    top: 144px;
    right: 15px;
    width: 390px;
    height: calc(100% - 204px);
    z-index: 9;
    overflow-y: auto;
    overflow-x: hidden;
}

#menu_links .kt-portlet__body li > a {
    opacity: 0.3;
}

#menu_links .kt-portlet__body li.linkable > a {
    opacity: 1;
}

#menu_links .kt-portlet__body li.linkable.active > a {
    font-weight: bold;
}

.note-editor {
    position: relative;
}

.pages_styles .dropdown-item {
    text-decoration: none;
}

/* IMAGENES */

.dropzone .dz-preview.dz-image-preview {
    background-color: transparent;
}

.dz-remove {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: red !important;
    cursor: pointer !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.dz-remove:before {
    content: "\f2ed";
}

.dz-remove i {
    cursor: pointer !important;
}

.editImageDropzone {
    font-size: 15px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    color: blue !important;
    cursor: pointer !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-decoration: none;
    z-index: 99;
    background-color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
}

.editImageDropzone:before {
    content: "\f303";
}

.editImageDropzone i {
    cursor: pointer !important;
}

.dz-filename, .dz-size {
    display: none !important;
}

.dropzone.dz-started .dz-message {
    display: block;
}

.dz-progress {
    display: none !important;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    width: 100%;
}

#editThumbsModal {
    z-index: 9999;
}


@media (min-width: 1025px) {
    .kt-header-mobile {
        display: none;
    }
}


@media (max-width: 1024px) {
    .kt-header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        height: 50px;
        position: relative;
        z-index: 1;
    }

    .kt-header-mobile--fixed .kt-header-mobile {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 97;
    }

    .kt-header-mobile .kt-header-mobile__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .kt-header-mobile .kt-header-mobile__toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        width: 24px;
        height: 24px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
        display: block;
        position: absolute;
        top: 11px;
        height: 2px;
        min-height: 2px;
        width: 100%;
        border-radius: 2px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        min-height: 2px;
        content: "";
        border-radius: 2px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before {
        top: -8px;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
        bottom: -8px;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:before {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: auto;
        right: 0px;
        width: 50%;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left span:after {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: auto;
        right: 0px;
        width: 75%;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left:hover span:before {
        width: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:before {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: 0px;
        right: auto;
        width: 50%;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--left.kt-header-mobile__toggler--active span:after {
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        left: 0px;
        right: auto;
        width: 75%;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:before {
        left: 0px;
        right: auto;
        width: 50%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right span:after {
        left: 0px;
        right: auto;
        width: 75%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:after, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right:hover span:before {
        width: 100%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:before {
        left: auto;
        right: 0px;
        width: 50%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--right.kt-header-mobile__toggler--active span:after {
        left: auto;
        right: 0px;
        width: 75%;
        -webkit-transition: width 0.4s ease;
        transition: width 0.4s ease;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span {
        background: rgba(255, 255, 255, 0.2);
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler span::after {
        background: rgba(255, 255, 255, 0.2);
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span {
        background: #5d78ff;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler:hover span::after {
        background: #5d78ff;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span {
        background: #5d78ff;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::before, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler.kt-header-mobile__toggler--active span::after {
        background: #5d78ff;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toggler {
        margin: 0 0 0 1.5rem;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0.5rem 0 1rem;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler i {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: rgba(255, 255, 255, 1);
        font-size: 1.5rem;
        line-height: 0;
    }

    .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler.kt-header-mobile__topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__topbar-toggler:hover i {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #5d78ff;
    }
}

.kt-timeline-v2.timeLineClases .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle>i
{
    font-size: 1.78rem;
    top: -.85rem;
    left: -.92rem;
    position: absolute;
}

.kt-timeline-v2.timeLineClases .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    border-radius: 50%;
    border: .89rem solid #fff;
    z-index: 1;
    top: .2rem;
    left: 0;
    position: relative;
}

.kt-timeline-v2.timeLineClases:before {
    content: '';
    position: absolute;
    left: 0.7rem;
    width: .214rem;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #e7e9f5;
}

.kt-timeline-v2.timeLineClases .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    display: table-cell;
    vertical-align: top;
    font-size: 1rem;
    padding: .35rem 0 0 .5rem;
    color: #74788d;
}

#capaIframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

#capaIframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#capaDescripcionCorta{
    margin-bottom: 15px;
}

#capaDescripcion{
    margin-top: 20px;
}

#cabeceraTest .subtexto{
    font-size: 18px;
    font-weight: 400;
}

.kt-portlet.preguntaTest .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title{
    padding: 16px 0;
    line-height: 22px;
}

.kt-portlet.preguntaTest .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title .ultraBold, .ultraBold{
    font-weight: 800;
}

.kt-radio.kt-radio--danger.kt-radio--solid>span:after {
    border: solid #fff;
    background: #fff;
}

.kt-radio.kt-radio--danger>input.respuestaTest:disabled~span:after {
    border: solid #fff;
    background: #fff;
}

.kt-radio.kt-radio--success>input.respuestaTest:disabled~span:after {
    border: solid #fff;
    background: #fff;
}

.justificacionRespuesta{
    position: relative;
    background: #EAF4D7;
    padding: 12px;
    color: #000;
    margin-top: 10px;
}

.justificacionRespuesta button{
    position: absolute;
    top: 10px;
    right: 10px;
}

.supuestoText{
    padding: 20px;
    background-color: #e6e6ff;
}


.accordion.accordion-toggle-arrow.accordion-review .card .card-header .card-title.collapsed:after {
    color: #74788d;
    font-family: inherit;
    content: "Ver solución" !important;
}

.accordion.accordion-toggle-arrow.accordion-review .card .card-header .card-title:after {
    position: absolute;
    font-size: 1rem;
    font-family: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #74788d;
    content: "Ver solución" !important;
}



.avatar-container {
    position: relative;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    max-width: 250px;
}

.avatar-container:hover .avatar-img {
    filter: grayscale(80%);
    opacity: 0.8;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.avatar-container:hover .avatar-overlay {
    pointer-events: all;
    opacity: 1;
}


.icon-btn {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.avatar-label {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
    color: #74788d;
    content: "▾" !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
    content: "▸"; /* flecha right */
    color: #74788d;
}

.accordion.accordion-toggle-arrow.accordion-review .card .card-header .card-title{
    padding-right: 100px;
}

.accordion.accordion-toggle-arrow.accordion-review .card .card-header .card-title span{
    display: contents;
}


/* Overlay oscuro */
#overlayInfoPregunta {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 9998;
}

/* Panel lateral */
.panel-info-pregunta {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;

    /* ✅ Por defecto: mitad pantalla en escritorio */
    width: 50vw;
    max-width: 700px;
    min-width: 360px;

    background: #fff;
    box-shadow: -10px 0 25px rgba(0,0,0,0.18);
    z-index: 9999;

    /* Oculto: fuera de pantalla */
    transform: translateX(100%);
    transition: transform 0.28s ease;

    display: flex;
    flex-direction: column;
}

/* Header */
.panel-info-pregunta .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;

    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

/* Título */
.panel-info-pregunta .panel-title {
    font-weight: 700;
    font-size: 15px;
}

/* Botón cerrar */
.panel-info-pregunta .btn-cerrar {
    border: 0;
    background: #f2f2f2;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
}

.panel-info-pregunta .btn-cerrar:hover {
    background: #e7e7e7;
}

/* Body con scroll vertical */
.panel-info-pregunta .panel-body {
    padding: 16px;
    overflow-y: auto;
    height: calc(100vh - 60px);
}

/* ✅ Estado abierto */
.panel-info-pregunta.open {
    transform: translateX(0);
}

#overlayInfoPregunta.open {
    opacity: 1;
    pointer-events: auto;
}

/* ✅ Responsive: en móvil ocupa 100% */
@media (max-width: 768px) {
    .panel-info-pregunta {
        width: 100vw;
        max-width: none;
        min-width: auto;
    }
}

.userAvatarGeneral{
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.kt-widget3#elementosDudas .kt-widget3__item {
    margin-bottom: 1rem;
    border-bottom: .07rem dashed #ebedf2;
    padding: 10px;
    padding-bottom: 0;
}

.kt-widget3#elementosDudas .kt-widget3__item .kt-widget3__header{
    margin-top: 0;
}

.capaRecursoTema {
    text-align: center;
}

.capaRecursoTema a{

}

.capaRecursoTema a i{
    display: block;
    font-size: 35px;
}

.capaRecursoTema a span{
    font-size: 14px;
}

/* -------------------- TIENDA ------------------------- */
.product-card{
  border-radius: 10px;
  overflow: hidden;
  transition: transform .15s ease, box-shadow .15s ease;
}
.product-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.product-thumb{
  position: relative;
  height: 170px;
  overflow: hidden;
  background: #f6f7fb;
}
.product-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-badge{
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  font-weight: 600;
  font-size: 12px;
}

.product-title{
  font-size: 1.1rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 2);
}

.product-desc{
  color: #6c757d;
  font-size: .95rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.4em * 3);
}

.product-btn{
  white-space: nowrap; 
}

.product-detail-card, .purchase-card{ border-radius:10px; overflow:hidden; }
.product-thumb{ position:relative; height:260px; background:#f6f7fb; overflow:hidden; }
.product-img{ width:100%; height:100%; object-fit:cover; display:block; }
.product-badge{
  position:absolute; top:14px; left:14px; padding:6px 10px; border-radius:999px;
  background:rgba(255,255,255,.92); font-weight:600; font-size:12px;
}
.product-desc-short{
  display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.product-html img{ max-width:100%; height:auto; }
.purchase-card{ position:sticky; top:90px; } /* ajustá según header */
.prof-thumb img{ width:64px; height:64px; border-radius:10px; object-fit:cover; }
.prof-desc{ display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; }

.cart-card, .purchase-card { border-radius: 10px; overflow: hidden; }
.purchase-card { position: sticky; top: 90px; }
.cart-thumb { width: 54px; height: 54px; border-radius: 10px; overflow: hidden; background: #f6f7fb; }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; display:block; }
.qty-control { display: inline-flex; align-items: center; gap: 8px; }
.qty-control .js-qty-input { width: 72px; text-align: center; }

.product-thumb{
  position: relative;
}

.product-thumb .product-badge{
  position: absolute;
  top: 12px;
  z-index: 2;
}

.product-thumb .product-badge--left{
  left: 12px;
}

.product-thumb .product-badge--right{
  right: 12px;
  left: auto;
  background: #28a745; /* verde */
  color: #fff;
}

/* Tarjeta de pago (Redsys) */
.pay-card{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    border:1px solid #ebedf2;
    border-radius:12px;
    padding:16px;
    margin-top:10px;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.pay-card__left{
    display:flex;
    gap:14px;
    min-width:0;
}

.pay-card__icon{
    width:44px;
    height:44px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f6ff;
    color:#3f51b5;
    flex:0 0 auto;
}
.pay-card__icon i{
    font-size:22px;
}

.pay-card__info{ min-width:0; }
.pay-card__title{
    font-weight:600;
    color:#1f2430;
    line-height:1.2;
}
.pay-card__meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:6px;
}
.pay-card__hint{
    margin-top:6px;
    color:#6c7293;
    font-size:12.5px;
}

.pay-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 10px;
    border-radius:999px;
    font-weight:600;
}

.pay-card__brand{
    font-weight:700;
    color:#3d4465;
}
.pay-card__last4{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color:#3d4465;
}

.pay-card__actions{
    display:flex;
    gap:8px;
    flex:0 0 auto;
}

.pay-card.is-linked{
    border-color:rgba(10,187,135,.25);
    background:linear-gradient(0deg, rgba(10,187,135,.05), rgba(10,187,135,.05)), #fff;
}

.pay-card.is-empty{
    border-color:rgba(93,120,255,.20);
    background:linear-gradient(0deg, rgba(93,120,255,.04), rgba(93,120,255,.04)), #fff;
}

/* Responsive */
@media (max-width: 640px){
    .pay-card{ flex-direction:column; }
    .pay-card__actions{ width:100%; }
    .pay-card__actions .btn{ width:100%; }
}

/* FULLCALENDAR v6: aplica color a cualquier evento con estas clases */
.ev-descanso { background:#6c757d !important; border-color:#6c757d !important; color:#ffffff !important;  cursor: pointer;}
.ev-estudiar { background:#0d6efd !important; border-color:#0d6efd !important; color:#ffffff !important;  cursor: pointer;}
.ev-directo { background:#ffc107 !important; border-color:#ffc107 !important; color:#212529 !important;  cursor: pointer;}
.ev-test { background:#198754 !important; border-color:#198754 !important; color:#ffffff !important;  cursor: pointer;}
.ev-supuesto { background:#20c997 !important; border-color:#20c997 !important; color:#ffffff !important;  cursor: pointer;}
.ev-repasar-test { background:#0dcaf0 !important; border-color:#0dcaf0 !important; color:#212529 !important;  cursor: pointer;}
.ev-repasar-supuesto { background:#6610f2 !important; border-color:#6610f2 !important; color:#ffffff !important;  cursor: pointer;}
.ev-default { background:#343a40 !important; border-color:#343a40 !important; color:#ffffff !important;  cursor: pointer;}
.ev-repasar {background: #fd0db3 !important; border-color: #fd0db3 !important; color: #ffffff !important; cursor: pointer;}

.ev-repasar .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-descanso .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-estudiar .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-directo .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-test .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-supuesto .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-repasar-test .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-repasar-supuesto .fc-title { color: #ffffff !important; cursor: pointer;}
.ev-default .fc-title { color: #ffffff !important; cursor: pointer;}

.fc .fc-daygrid-event.ev-repasar { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-descanso { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-estudiar { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-directo { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-test { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-supuesto { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-repasar-test { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-repasar-supuesto { padding: 3px 6px !important; cursor: pointer;}
.fc .fc-daygrid-event.ev-default { padding: 3px 6px !important; cursor: pointer;}

.fc-daygrid-dot-event.ev-repasar { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-descanso { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-estudiar { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-directo { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-test { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-supuesto { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-repasar-test { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-repasar-supuesto { padding: 3px 6px !important; cursor: pointer;}
.fc-daygrid-dot-event.ev-default { padding: 3px 6px !important; cursor: pointer;}
/*
    .ev-descanso
    .ev-estudiar
    .ev-directo
    .ev-test
    .ev-supuesto
    .ev-repasar-test
    .ev-repasar-supuesto
    .ev-default
*/

.ev-done-badge{
    display:inline-flex;
    align-items:center;
    margin-right:6px;
    font-size:1.05em;
    line-height:1;
}

.ev-done-badge.is-done i{
    opacity:1;
}

.ev-done-badge.is-pending i{
    opacity:.7;
}

/* CATALOGO */
.product-detail-card .product-thumb{
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;   
  background: transparent !important;
}

.product-detail-card .product-thumb .product-img{
  display: block;
  width: 100% !important;
  height: auto !important;        
  max-height: none !important;
  object-fit: unset !important;   
  object-position: center !important;
}

.product-thumb{
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;   
  background: transparent !important;
}

.product-thumb .product-link{
  display: block;
  height: auto !important;
}

.product-thumb .product-img{
  display: block;
  width: 100% !important;
  height: auto !important;        
  max-height: none !important;
  object-fit: unset !important;   
  object-position: center !important;
}

.kt-login.kt-login--v6 .btn {
    line-height: 28px;
}

.opcionRespuesta {
    display: inline-block;
}

.preguntaTest {
    -webkit-user-select: none;
    user-select: none;
}