/*------------------------------------
   ?CONTENIDO
------------------------------------*/


/**
   * CONTENIDO...........Lo estás leyendo!!
   * GENERAL...........Define los estilos generales
   * HOMEPAGE...........Define los estilos del home/my
   * AUTODIAGNOSTICO...........Define los estilos del bloque autodiagnostico
   * VISTA PRESENTACION CURSO...........Define los estilos de la presentacion del curso
   * COURSE-BANNER-LAUNCHERS...........Define los estilos del banner y lanzadores
   * MANAGEMEETS...........Define los estilos del plugin managemeet
   * TRACKERCLASS...........Define los estilos del plugin trackerclass
   * ESTILOS REVISION EVALUACION...........Define los estilos del reporte de la evaluación
   * MODAL...........Define los estilos del modal
   * BACKDROP...........Define los estilos del backdrop
   * CONVOCATORIAS...........Define los estilos del backdrop
   * UTILIDADES...........Definen las utilidades
   * BLOQUE NAVEGACIÓN SE OCULTA LA PÁGINA DE INICIO...........
   * PLUGIN CURSO MOSAICO...........Cursos
**/





/*------------------------------------
   ?VARIABLES
------------------------------------*/

:root {
    --font-family: "NotoSans", sans-serif;
    --font-family-title: 'Sansation', sans-serif;

    --brand-color1: #ff671b;
    --brand-color2: #ffbd2e;
    --brand-color3: #F47C20;
    --brand-color4: #777777;

    /* Imágenes */
    --icon-complete: url([[pix:theme|frontpage/icon-complete]]);
    --icon-autodiagnosticNote: url([[pix:theme|frontpage/icon-autodiagnostico]]);
    --banner-course: url([[pix:theme|courses/banner-course]]);
    --textureNote: url([[pix:theme|test/textureNote]]);
    --convocatoryIcon: url([[pix:theme|convocatory/iconLink]]);
}







/*------------------------------------
   ?GENERAL
------------------------------------*/

*:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    font-family: var(--font-family);
    font-size: 16px;
    color: #666;
}


/* Card padding general para right sidebar y titulo cursos */
[data-region="blocks-column"] .card-body,
#page-course-view-onetopic #page-header .card-body {
    padding: 1.2rem !important;
}

/* Botones activar edicion / personalizar Plataforma */
.card-body .singlebutton button.btn {
    padding: 3px 7px !important;
}

.action-menu .dropdown-toggle {
    padding: 3px 7px !important;
}

/* Barra menu superior */
.s-top.s-top--sidebar .top-icons-nav,
#topBar .rui-icon-menu-plugins {
    display: none;
}

/* Buttons */

.btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 5px 15px !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/* Btn primary */
.btn-primary {
    background-color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
    border-radius: 8px !important;
    color: white !important;
    text-decoration: none !important;
    transition: all .3s !important;
}

.btn-primary:hover {
    background: rgba(255, 102, 26, 0.8) !important;
    border: 2px solid hsla(20, 100%, 55%, .2) !important;
    box-shadow: none !important;
}

.block_html .btn {
    max-width: max-content !important;
    font-size: 0.96rem !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.btn-secondary,
.quizattempt .quizstartbuttondiv [action*="/startattempt.php"] [type="submit"],
#page-mod-quiz-summary .submitbtns [action*="/attempt.php"] [type="submit"] {
    padding: 7px 15px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border: 2px solid #ccc !important;
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
}

.quizattempt .quizstartbuttondiv [action*="/startattempt.php"] [type="submit"],
#page-mod-quiz-summary .submitbtns [action*="/attempt.php"] [type="submit"] {
    background-color: #fff !important;
    color: #666 !important;
}

.sticky-header-settings-menu .btn.btn-icon, #headerBtn .btn.btn-icon {
    padding: 5px !important;
}

/* Calendar */
.calendar-event-box .calendar-event-desc p+a {
    color: white !important;
}

/* Logo */
.c-logo {
    margin: 10px 0 30px 0 !important;
}

.c-logo .logo,
.c-top-logo .logo {
    display: block !important;
    max-width: 100%;
    width: 200px;
    height: 80px;
    margin-bottom: 0;
    background-image: url([[pix:theme|logo]]);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-top-logo .logo {
    width: 260px;
    height: 110px;
    background-position: center;
    border: 15px solid #fff;
    margin-bottom: -50px;
}

.c-logo .logo img,
.c-top-logo .logo img {
    display: none;
}


/*------------------------------------
   ?LOGIN
------------------------------------*/

.login-box .login-box-header {
    border-bottom: 0;
    padding: 0;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px !important;
}

@media (min-width: 830px) {
    .login-box .login-box-header {
        display: none;
    }
}

.login-box {
    padding: 30px 45px;
}

@media (max-width: 829px) {
    .login-box {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 565px) {
    .login-box {
        padding: 30px 20px;
    }
}

.login-box-block {
    max-width: 440px;
    margin: 0 auto;
}

.login__title {
    text-align: center;
    font-size: 30px;
    color: var(--primary);
    margin-bottom: 12px;
}

.login__text {
    text-align: center;
    display: block;
    font-size: 20px;
    color: var(--brand-color4);
    margin-bottom: 12px;
}

.login-box .form-control {
    padding: 9px 15px;
    height: auto;
    font-size: 1rem;
}

#loginbtn {
    font-size: 22px;
    padding: 7px 19px;
}


/*------------------------------------
   ?HOMEPAGE
------------------------------------*/

#page {
    margin-top: 80px;
}

#page-header {
    margin-bottom: 0;
}

/* User */
img.userpicture {
    border: 3px solid var(--primary) !important;
}

/* Tittle */
#nav-drawer .nav-sep {
    border-bottom-color: var(--primary) !important;
    text-transform: none !important;
    padding-bottom: .5rem !important;
    line-height: 1.2 !important;
}

#nav-drawer .nav-sep>span {
    color: var(--primary) !important;
    font-family: var(--font-family-title);
    font-weight: bold;
    font-size: 1.2rem !important;
    text-transform: none !important;
    line-height: 1.2 !important;
}

#block-region-sidebar .card-title {
    color: var(--primary) !important;
    border-bottom: 1px solid var(--primary);
    padding-bottom: .5rem;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    text-transform: none !important;
}

#block-region-sidebar .card-body {
    border-top: none !important;
    border-bottom: none !important;
}

/* Font size */
#nav-drawer .c-flat-nav,
.card-text,
#nav-drawer .c-nav {
    font-size: 1rem !important;
    margin-top: 20px !important;
}

.block_online_users .content .list li.listentry .user a {
    font-size: 0.9rem;
}

/* Link */
#nav-drawer .c-flat-nav a {
    color: #666;
}

#nav-drawer .c-flat-nav a .icon.fa-folder {
    color: var(--primary);
}

#nav-drawer .c-flat-nav a.active,
#nav-drawer .c-nav a.active {
    color: var(--primary);
}

/* Usuarios */
.block_online_users .content .list li.listentry .user .userpicture {
    margin-right: .5rem;
    width: 30px !important;
    border: 2px solid var(--primary);
}

.block_online_users .content .list li.listentry .message {
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.block_online_users .content .list li.listentry .message a .icon {
    color: white !important;
    font-size: 13px;
    margin: 7px auto !important;
}


/*-- Titulos --*/

/* Vista general de cursos y cursos recientes */
.block_recentlyaccessedcourses .card-body {
    position: relative;
}

.block_recentlyaccessedcourses h5.card-title,
.block_myoverview h5.card-title {
    color: var(--primary);
    padding: 10px 15px !important;
    margin-bottom: 2rem;
    font-size: 1.7rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid var(--primary);
}

#page-my-index .block_myoverview {
    border-top: 0 !important;
}

.block_recentlyaccessedcourses h5.card-title {
    padding-right: 100px !important;
}

.block_recentlyaccessedcourses ul.pagination {
    position: absolute;
    top: 24px;
    right: 10px;
    border-radius: 7px !important;
    overflow: hidden;
    box-shadow: none !important;
    background-color: transparent !important;
}

.block_recentlyaccessedcourses ul.pagination .page-item:first-child {
    border-right: 1px solid white !important;
}

.block_recentlyaccessedcourses ul.pagination .page-item .page-link {
    color: white !important;
    padding: 7px 10px !important;
    background-color: var(--primary) !important;
}

.block_recentlyaccessedcourses ul.pagination .page-item:first-child>.page-link {
    border-right: 1px solid white;
}

.block_recentlyaccessedcourses ul.pagination .page-item .page-link:hover {
    background-color: rgba(255, 102, 26, 0.8) !important;
}

.block_recentlyaccessedcourses ul.pagination .page-item.disabled .page-link {
    background-color: var(--primary) !important;
}


/*-- Cards Cursos --*/

.card.dashboard-card {
    border: 1px solid var(--primary) !important;
}

.c-course-box .c-course-content .course-info-container .dropdown .btn-sm {
    padding: 5px !important;
    border-radius: 3px !important;
}

.dashboard-card .c-course-box {
    height: 100%;
}

.c-course-box .c-course-content {
    border: none !important;
    padding: 0 0 46px !important;
}

/* Img destacada */
.block_myoverview .card-img,
.block_recentlyaccessedcourses .card-img {
    width: 100% !important;
    border-bottom: 3px solid var(--primary) !important;
    height: 0 !important;
    padding: 0 0 56.5% !important;
    margin: 0 !important;
}

.block_myoverview .coursename {
    color: var(--brand-color4) !important;
    font-size: 1rem !important;
}

/* Progress */
.block_recentlyaccessedcourses .course-info-container {
    padding: 0.5rem 1rem !important;
}

.course-info-container {
    padding: 0 1rem;
}

.block_myoverview .progressContainer {
    padding: 0 1rem 1rem;
}

.block_myoverview .progress .progress-bar {
    background: var(--primary) !important;
}

.block_myoverview .progress-bar-text {
    color: var(--brand-color4) !important;
    font-size: .95rem !important;
}

/* Complete */
.block_myoverview .progress .progress-bar[aria-valuenow="100"] {
    background: var(--brand-color2) !important;
    transition: all 0.3s;
}

@keyframes mostrarComplete {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.block_myoverview .progress .progress-bar[aria-valuenow="100"]:before {
    content: "";
    position: absolute;
    top: 57%;
    right: -24px;
    width: 47px;
    height: 70px;
    background-image: var(--icon-complete);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: mostrarComplete .3s forwards;
}

/* Botones filtros */
.nav-tabs {
    border-bottom: none !important;
}

.nav-tabs .nav-item .nav-link {
    background-color: #f5f5f5;
    border-radius: 2rem;
    margin: 5px;
    padding: 7px 15px;
    color: var(--brand-color4);
    font-weight: bold;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link.active div span {
    background-color: var(--primary);
    color: white;
    opacity: 1 !important;
}

.nav-tabs .nav-item .nav-link:hover {
    background-color: rgba(255, 102, 26, 0.8) !important;
    color: white !important;
}

.nav-tabs .nav-item .nav-link.active:hover {
    background-color: var(--primary) !important;
}

.nav-tabs .nav-link.active:before {
    display: none;
}

.block_myoverview [data-region="filter"]>div {
    margin-bottom: 2rem !important;
}

.block_myoverview [data-region="filter"] div:nth-of-type(2),
.block_myoverview [data-region="filter"] div:nth-of-type(3) {
    display: none !important;
}

/* hover botones vista general cursos */
ul a:hover:before {
    display: none;
}

#page-course-view-onetopic .nav-tabs .nav-link:hover {
    border-radius: 2rem !important;
    background: var(--primary);
    color: white !important;
    opacity: 1 !important;
}


/*-- Cursos recientes --*/

/* Media query tamaño tarjetas */
@media (min-width: 2342px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(20% - 30px) !important;
    }
}

@media (min-width: 1901px) and (max-width: 2341px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(25% - 30px) !important;
    }
}

@media (min-width: 1441px) and (max-width: 1900px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(33.33333% - 30px) !important;
    }
}

@media (max-width: 1440px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(50% - 30px) !important;
    }
}

@media (max-width: 700px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(100% - 30px) !important;
    }
}

/* Cursos recientes textos */
.block_recentlyaccessedcourses .text-muted {
    color: var(--brand-color4) !important;
}

[data-region="recentlyaccessedcourses-view"] .coursename {
    color: var(--brand-color4);
    font-size: .95rem;
}


/*-- Botones Right Sidebar--*/

.block .footer a {
    font-size: 1rem;
    color: #fff !important;
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.block .footer a:hover {
    background: rgba(255, 102, 26, 0.8) !important;
    border: 2px solid hsla(20, 100%, 55%, .2) !important;
    box-shadow: none !important;
}

.block_news_items .post .info a {
    color: var(--primary) !important;
}

.block_news_items .newlink a {
    font-size: 1rem !important;
    font-weight: bold;
}

.block_news_items .newlink a:hover {
    background: rgba(255, 102, 26, 0.8) !important;
    border: 2px solid hsla(20, 100%, 55%, .2) !important;
    box-shadow: none !important;
}


/*------------------------------------
   ?AUTODIAGNOSTICO
------------------------------------*/

#page-my-index .block_html .card-body {
    padding: 15px;
}

.autodiagnostic {
    display: flex;
    flex-wrap: wrap;
}

.autodiagnostic__video {
    width: 100%;
    margin-bottom: 20px;
}

.autodiagnostic__content {
    width: 100%;
}

@media (min-width: 768px) {
    .autodiagnostic__video {
        max-width: 50%;
        width: 100%;
        padding-right: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .autodiagnostic__content {
        max-width: calc(100% - 50%);
        width: 100%;
        padding: 0 10px 15px;
    }
}

.videoResponsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

@media (min-width: 768px) {
    .videoResponsive {
        position: relative;
        padding-bottom: 47%;
        padding-top: 30px;
        height: 0;
    }
}

.videoResponsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.autodiagnostic__videoLink {
    position: relative;
    width: 100%;
    border: 6px solid #f5f5f5;
    border-radius: 2px;
    margin: 5px auto;
}

.autodiagnostic__contentTitle {
    color: var(--primary);
    margin-top: .8rem !important;
    margin-bottom: 0.3rem !important;
}

.autodiagnostic__contentText {
    margin-bottom: 2rem;
}

.autodiagnostic__contentButton {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin-bottom: .5rem;
    transition: all .3s;
}

@media (max-width: 767px) {
    .autodiagnostic__contentButton {
        margin: 0 auto 20px;
    }
}

.autodiagnostic__contentButton:hover {
    background-color: rgba(255, 102, 26, 0.8);
    border: 2px solid hsla(20, 100%, 55%, .2);
}

.autodiagnostic__note {
    width: 100%;
    background-color: #ececec;
    padding: 20px 15px 20px 65px;
    border-radius: 10px;
    margin-top: 1rem;
    position: relative;
}

.autodiagnostic__noteIcon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: var(--icon-autodiagnosticNote);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 45px;
}


/*------------------------------------
   ?VISTA PRESENTACION CURSO
------------------------------------*/

/* Botones pill */
#page-course-view-onetopic .course-content .nav-tabs a.nav-link.disabled {
    cursor: not-allowed;
    background-color: #f5f5f5 !important;
    font-style: normal;
}

/* Maqueta */
.fbd-presentation {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    font-size: 1.2rem !important;
    line-height: 1.5;
}

.fbd-presentation__text {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
    flex: 0 0 100%;
    width: 100%;
}

.fbd-presentation__column1,
.fbd-presentation__column2 {
    background-color: #f5f5f5;
    margin-right: 20px;
    border-radius: 5px;
    padding: 20px;
}

.fbd-presentation__column1 {
    max-width: calc(50% - 20px);
    width: 100%;
}

.fbd-presentation__column2 {
    max-width: calc(100% - 50% - 20px);
    width: 100%;
    display: inline-table;
}

@media (max-width: 767px) {
    .fbd-presentation__column1 {
        max-width: 100%;
        width: 100%;
    }

    .fbd-presentation__column2 {
        max-width: 100%;
        width: 100%;
    }
}

.fbd-presentation__columnTitle {
    color: var(--primary);
    margin-bottom: 0.7rem;
}

.fbd-presentation__column1Item {
    padding: 10px 0;
    border-bottom: 2px dashed #f5f5f5;
}

.fbd-presentation__column1Item:first-child {
    padding-top: 0;
}

.fbd-presentation__column1Item:last-child {
    border-bottom: none;
    padding-bottom: none;
}

.fbd-presentation__column1Number {
    color: var(--primary);
    font-weight: bold;
}

/* Botones navegacion modulos bottom */
.course-content .single-section .section-navigation {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course-content .single-section .section-navigation .mdl-right a,
.course-content .single-section .section-navigation .mdl-left a {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-size: 1rem;
    color: white;
    padding: 10px 15px !important;
    text-decoration: none;
    display: block;
    cursor: pointer;
    line-height: 1;
    box-shadow: none !important;
    width: max-content;
    transition: all .3s;
}

.course-content .single-section .section-navigation .mdl-right a:hover,
.course-content .single-section .section-navigation .mdl-left a:hover {
    background-color: rgba(255, 102, 26, 0.8) !important;
    border: 2px solid hsla(20, 100%, 55%, .2);
}

/* Evaluacion */
.fbd-evaluation__text {
    font-size: 1.2rem !important;
    line-height: 1.5;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}


/*-- Left Sidebar --*/

/* Necesitas ayuda */
.block_html .card-text.content.mt-3 {
    margin-top: 0 !important;
}

.block_html .card-body {
    padding: 10px !important;
}

.fbd-help {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fbd-help__icon {
    max-width: 30%;
    width: 100%;
    padding-right: 10px;
}

.fbd-help__img {
    margin: 0;
    max-width: 60px !important;
    width: 100%;
}

.fbd-help__content {
    max-width: calc(100% - 30%);
    width: 100%;
}

.fbd-help__contentTitle {
    font-size: 1.2rem !important;
    color: var(--primary);
    margin-bottom: 1rem;
}

.fbd-help__contentButton {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0 auto 20px;
    transition: all .3s;
}

.fbd-help__contentButton:hover {
    background-color: rgba(255, 102, 26, 0.8);
    border: 2px solid hsla(20, 100%, 55%, .2);
}


/*------------------------------------
   /* ?COURSE-BANNER-LAUNCHERS Estilos del banner y lanzadores del curso */
------------------------------------*/

/* Padding y boton progress plataforma */
.section .label .contentwithoutlink {
    padding-right: 0 !important;
}

.path-course-view .single-section .completionprogress {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 5px 0 5px 5px !important;
    line-height: 1.5 !important;
}

/* Titulo principal de cursos y actividades semanales */
/* #page-course-view-onetopic */
.page-context-header .page-header-headings h1 {
    font-size: 2rem !important;
    color: var(--primary);
    margin-top: 1rem;
}

#page-course-view-onetopic ol.breadcrumb {
    margin-bottom: 0;
    font-size: 1rem !important;
}


/*-- Right Sidebar --*/

/* Titulos */
#block-region-side-pre .card-body h5.card-title {
    color: var(--primary) !important;
    font-size: 1.2rem !important;
    text-align: left !important;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--primary);
}





/* Ranking */
.block_ranking_didactic .card-title {
    color: var(--primary) !important;
    border-bottom: 1px solid var(--primary) !important;
    text-align: left;
    padding-bottom: .5rem;
    font-size: 1.2rem !important;
}

.didactic-podiumBlock__number {
    color: var(--primary) !important;
}

.block_ranking_didactic .didactic-rankingBlock .didactic-podiumBlock__item .didactic-podiumBlock__image {
    border: 3px solid var(--secondary);
}

.didactic-podiumBlock__item {
    border-bottom: 1px dashed var(--brand-color4) !important;
}

.didactic-rankingBlock__footer a {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
}

.didactic-rankingBlock__footer a:hover {
    cursor: pointer;
    background-color: var(--primary) !important;
    border: 2px solid var(--primary-color-200);
}

.didactic-podiumBlock__name {
    color: var(--brand-color4);
}

.didactic-podiumBlock__userPoints {
    color: var(--brand-color4) !important;
    font-weight: 400 !important;
}


/*-- Banner --*/

.generalbox .no-overflow {
    overflow: initial;
}

.section .activity .contentwithoutlink .no-overflow {
    overflow: inherit !important;
}

.fbd-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.fbd-courseBanner {
    display: block;
    border-radius: 5px;
    width: 100%;
    background-color: var(--primary);
    margin-bottom: 1rem;
    /* border-bottom: 4px solid var(--primary); */
}

.fbd-courseBanner__header {
    padding: 15px 15px 0;
}

.fbd-courseBanner__headerTitle {
    font-size: 1.75rem;
    color: white;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.fbd-courseBanner__header h4 {
    color: white;
    font-weight: normal !important;
}

.fbd-courseBanner__column {
    margin-top: 10px;
    border: 5px solid var(--primary);
}

.fbd-courseBanner__img {
    margin: 0 !important;
    width: 100%;
}

/* Lanzadores */
.fbd-listUA {
    background-color: transparent;
    padding: .5rem 0 1rem;
    border-radius: 4px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.fbd-launcherUA {
    display: grid;
    grid-template-columns: 50px 1fr;
    background-color: white;
    border: 1px solid var(--primary);
    margin-bottom: 1rem;
    border-radius: 0.35rem;
    overflow: hidden;
    transform: scale(1);
    transition: transform .3s;
}

.link.fbd-launcherUA {
    border-color: var(--brand-color3);
}

.fbd-launcherUA.fbd-launcherUA--evaluation {
    border: 1px solid var(--brand-color2);
}

.fbd-launcherUA.fbd-launcherUA--grant {
    border: 1px solid var(--brand-color3);
}

.fbd-launcherUA:last-child {
    margin-bottom: 0;
}

.fbd-launcherUA:hover {
    text-decoration: none;
    transform: scale(1.02);
}

.fbd-launcherUA:active {
    transform: scale(1);
}

.fbd-launcherUA__column {
    display: flex;
    align-items: center;
    padding: .4rem 1.8rem .4rem 1rem;
    position: relative;
}

@media (min-width: 767px) {
    .fbd-launcherUA__column {
        padding: .4rem 4rem .4rem 1rem;
    }
}

.fbd-launcherUA__numberContainer {
    background-color: var(--primary);
    padding: .5rem .4rem .4rem;
    justify-content: center;
    position: relative;
}

.link .fbd-launcherUA__numberContainer {
    background-color: var(--brand-color3);
}

.fbd-launcherUA__number {
    color: white;
    font-family: var(--font-family-title);
    font-size: 1.6rem;
    line-height: 1.1;
}

.fbd-launcherUA__title {
    color: var(--primary);
    font-size: 1.2rem;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.link .fbd-launcherUA__title {
    color: var(--brand-color3);
}

.fbd-launcherUA__icon {
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-size: 1.4rem;
    background-color: hsl(24, 100%, 85%);
    width: 36px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

@media (min-width: 767px) {
    .fbd-launcherUA__icon {
        right: 1rem;
    }
}

.fbd-launcherUA.fbd-launcherUA--check .fbd-launcherUA__icon,
.fbd-launcherUA.fbd-launcherUA--locked .fbd-launcherUA__icon {
    display: flex !important;
}

.fbd-launcherUA__check,
.fbd-launcherUA__locked {
    display: none;
    color: var(--primary);
    font-size: 20px;
}

.fbd-launcherUA--check .fbd-launcherUA__check {
    display: block;
}

.fbd-launcherUA--locked {
    filter: grayscale(1);
}

.fbd-launcherUA.fbd-launcherUA--locked:hover {
    transform: scale(1);
    cursor: not-allowed;
}

.fbd-launcherUA--locked .fbd-launcherUA__locked {
    display: block;
    color: white;
}

.fbd-launcherUA--evaluation .fbd-launcherUA__numberContainer {
    background-color: var(--brand-color2);
}

.fbd-launcherUA--evaluation .fbd-launcherUA__number,
.fbd-launcherUA.fbd-launcherUA--evaluation:hover .fbd-launcherUA__number {
    color: white;
}

.fbd-launcherUA--evaluation.inactive {
    opacity: 0.6;
    cursor: not-allowed;
}

.fbd-launcherUA--evaluation.inactive:hover {
    transform: none;
}

.fbd-launcherUA--grant .fbd-launcherUA__numberContainer {
    background-color: var(--brand-color3);
}

.fbd-launcherUA--grant .fbd-launcherUA__number,
.fbd-launcherUA.fbd-launcherUA--grant:hover .fbd-launcherUA__number {
    color: white;
}

.fbd-launcherUA--grant .fbd-launcherUA__column .fbd-launcherUA__title {
    color: var(--brand-color3);
}


/*-- Calificacion --*/

.fbd-launcherUA__score {
    display: none;
    border-radius: 2.2em;
    position: absolute;
    right: 10px;
    margin-left: 10px;
    align-items: center;
    justify-content: space-between;
}

.fbd-launcherUA__score--approved,
.fbd-launcherUA__score--noApproved {
    display: flex;
}

.fbd-launcherUA__score--approved .fbd-launcherUA__scoreText {
    color: #3ab250;
}

.fbd-launcherUA__score--noApproved .fbd-launcherUA__scoreText {
    color: #e31837;
}

.fbd-launcherUA__score--approved .fbd-launcherUA__scorePoints {
    background-color: rgba(58, 178, 80, .3);
    color: #3ab250;
}

.fbd-launcherUA__score--noApproved .fbd-launcherUA__scorePoints {
    background-color: rgba(227, 24, 55, .3);
    color: #e31837;
}

.fbd-launcherUA__scoreText {
    font-size: 1.3rem;
    margin-right: 7px;
}

.fbd-launcherUA__scorePoints {
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1;
}


/*------------------------------------
   ?CURSOS
------------------------------------*/

#page-course-index-category .s-courses .c-course-box .c-course-content>a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#page-course-index-category .card-deck .myoverviewimg {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.29%;
    margin: 0 !important;
    border-bottom: 3px solid var(--primary) !important;
}

#page-course-index-category .c-course-box .c-course-box-content {
    padding: 1rem;
    height: auto;
}

#page-course-index-category .c-course-box .course-box-title a {
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem !important;
    font-weight: normal !important;
    line-height: 1.6 !important;
    color: var(--brand-color4) !important;
}

#page-course-index-category .c-course-box .courses-view-course-item-footer {
    margin: 0 !important;
}

#page-course-index-category .c-course-box .courses-view-course-item-footer .course--btn a {
    border-radius: 5px !important;
    margin-bottom: 0 !important;
}

/* Media query */
@media (min-width: 2342px) {
    .category-browse.s-courses .card-deck .card {
        flex-basis: calc(20% - 30px) !important;
    }
}

@media (min-width: 1901px) and (max-width: 2341px) {
    .category-browse.s-courses .card-deck .card {
        flex-basis: calc(25% - 30px) !important;
    }
}

@media (min-width: 1441px) and (max-width: 1900px) {
    .category-browse.s-courses .card-deck .card {
        flex-basis: calc(33.33333% - 30px) !important;
    }
}

@media (max-width: 1440px) {
    .category-browse.s-courses .card-deck .card {
        flex-basis: calc(50% - 30px) !important;
    }
}

@media (max-width: 700px) {
    .block_recentlyaccessedcourses .card-deck .card {
        flex-basis: calc(100% - 30px) !important;
    }
}




/*------------------------------------
   ? BUSQUEDA CURSOS
------------------------------------*/

#page-course-search .c-course-box .c-course-box-content {
    height: auto;
    padding: 10px 10px 5px;
    font-family: var(--font-family);
    width: 100%;
}

#page-course-search .card-deck .myoverviewimg.courseimage {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.29%;
    margin: 0 !important;
    border-bottom: 3px solid var(--brand-color1) !important;
}

#page-course-search .c-course-box .course-box-title a {
    font-size: 1rem !important;
    font-weight: normal !important;
    line-height: 1.6 !important;
    color: var(--brand-color4) !important;
}

#page-course-search .c-course-box .course-box-title a .highlight {
    border-bottom: none;
    color: var(--brand-color4) !important;
}

#page-course-search .coursecat.small {
    padding: 5px 10px;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
    color: var(--brand-color4);
    width: 100%;
}

#page-course-search .c-course-box .courses-view-course-item-footer .btn-primary {
    border-radius: 5px !important;
}






/*------------------------------------
   ? MANAGEMEET
------------------------------------*/

/* Titulo */
.manageMeetBanner h2 {
    color: var(--primary);
}


/*------------------------------------
   ?TRACKERCLASS
------------------------------------*/

.block_trackerclass .singlebtn button {
    padding: 0px;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    color: var(--brand-color4);
    padding-left: 15px;
    font-size: 1rem;
}

.block_trackerclass .singlebtn button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--primary);
    border-radius: 50%;
}

.block_trackerclass .singlebtn button:hover {
    box-shadow: none;
    color: rgba(255, 102, 26, 0.8);
}


/*------------------------------------
   ?ESTILOS REVISION EVALUACION
------------------------------------*/

.notaCalificacionQuiz {
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 20px;
    border: 3px solid;
    border-radius: 10px;
    justify-content: space-between;
    padding: 3% 4%;
}

@media (max-width: 767px) {
    .notaCalificacionQuiz {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }
}

.notaCalificacionQuiz--aprobo {
    background: hsla(156, 98%, 33%, .5);
}

.notaCalificacionQuiz--noAprobo {
    background: hsla(351, 81%, 47%, .5);
}

.notaCalificacionQuiz--aprobo,
.notaCalificacionQuiz--noAprobo {
    background-image: var(--textureNote);
    background-blend-mode: color-burn;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: center left;
}

@media (max-width: 767px) {

    .notaCalificacionQuiz--aprobo,
    .notaCalificacionQuiz--noAprobo {
        background-size: cover;
    }
}

.notaCalificacionQuiz__icono {
    width: 18%;
    padding-right: 3%;
}

@media (max-width: 767px) {
    .notaCalificacionQuiz__icono {
        text-align: center;
        width: 20%;
    }
}

.notaCalificacionQuiz__icono img {
    max-width: 90px;
    max-height: 80px;
}

.notaCalificacionQuiz__contenido {
    margin: 0 2%;
    display: inline-flex;
    align-items: center;
    width: calc(100% - 18% - 30%);
    justify-content: center;
    flex-wrap: wrap;
    min-width: 270px;
}

@media (max-width: 768px) {
    .notaCalificacionQuiz__contenido {
        margin: 10px 0;
        width: calc(100% - 20%);
    }
}

.notaCalificacionQuiz__contenidoTexto {
    font-size: 2rem !important;
    line-height: 1;
    margin-bottom: 0 !important;
}

.notaCalificacionQuiz__puntajeValor {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
    margin: 2% 4% 2% 6% !important;
    padding: 7px 10px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .notaCalificacionQuiz__puntajeValor {
        margin: 20px !important;
    }
}

.notaCalificacionQuiz__contenidoBoton {
    width: 30%;
    min-width: 160px;
    text-align: right;
}

.notaCalificacionQuiz--aprobo .notaCalificacionQuiz__puntajeValor {
    background-color: hsl(156, 98%, 33%);
}

.notaCalificacionQuiz--noAprobo .notaCalificacionQuiz__puntajeValor {
    background-color: hsl(351, 81%, 47%);
}

@media (max-width: 767px) {
    .notaCalificacionQuiz--noAprobo .notaCalificacionQuiz__contenidoBoton {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
}

.notaCalificacionQuiz__contenidoInput {
    max-width: 220px;
    color: white;
    font-size: 1.1rem;
    padding: 10px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    box-shadow: 5px 5px 0 hsla(0, 0%, 0%, .08);
    cursor: pointer;
    transition: background-color .3s;
}

.notaCalificacionQuiz--aprobo .notaCalificacionQuiz__contenidoInput {
    background-color: hsl(156, 98%, 33%);
}

.notaCalificacionQuiz--noAprobo .notaCalificacionQuiz__contenidoInput {
    background-color: hsl(351, 81%, 47%);
}

.notaCalificacionQuiz--aprobo .notaCalificacionQuiz__contenidoInput:hover {
    background-color: hsl(156, 100%, 24%);
    color: #fff;
    text-decoration: none;
}

.notaCalificacionQuiz--noAprobo .notaCalificacionQuiz__contenidoInput:hover {
    background-color: hsla(351, 81%, 47%);
    color: #fff;
    text-decoration: none;
}


/*------------------------------------
    ?MODAL
 ------------------------------------*/

.fbdModal {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    padding: 15px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}

.fbdModal--active {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color .4s;
}

.fbdModal--active .fbdModal__content {
    opacity: 1;
    transform: translateY(0);
}

.fbdModal__background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.fbdModal__container {
    max-width: 1000px;
    width: 100%;
    min-height: calc(100% - 80px);
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.fbdModal__content {
    width: 100%;
    min-height: 30px;
    height: 100%;
    max-height: calc(100vh - 80px);
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 5px hsla(0, 0%, 0%, .2);
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transform: translateY(-100px);
    border: 7px solid var(--primary);
}

.fbdModal__header {
    display: flex;
    justify-content: flex-end;
    padding: 15px 15px 5px;
}

.fbdModal__close {
    position: absolute;
    right: -20px;
    top: -20px;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
    transition: background-color .3s;
    z-index: 9;
    transition: all .3s;
}

.fbdModal__close:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.fbdModal__closeIcon {
    width: 80%;
}

.fbdModal__closeIcon path {
    fill: white;
}

.fbdModal__body {
    padding: 5px 30px 15px;
}

.fbdModal__body .fbdModal__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------------
   ?BACKDROP
------------------------------------*/

.fbdBackdrop {
    position: fixed;
    top: 1.5vh;
    left: calc(-100% - 20px);
    width: 98vw;
    height: 97vh;
    background-color: white;
    /* overflow: hidden; */
    z-index: 9999;
    border: 1vw solid var(--primary);
    box-shadow: none;
    transition: left .6s, box-shadow 1s;
}

@media (min-width: 1400px) {
    .fbdBackdrop {
        border: 14px solid var(--primary);
    }
}

.fbdBackdrop--in {
    left: 1vw;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, .5);
}

.fbdBackdrop__close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -2.8vh;
    right: -1.2vw;
    border: none;
    border-radius: 50%;
    padding-bottom: 2px;
    background-color: var(--primary);
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    z-index: 9;
    transition: transform .3s;
}

@media (max-width: 767px) {
    .fbdBackdrop__close {
        top: -2vh;
        right: -1.5vw;
    }
}

.fbdBackdrop__close:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.fbdBackdrop__closeIcon {
    width: 77%;
}

.fbdBackdrop__closeIcon path {
    fill: white;
}

.fbdBackdrop__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fbdBackdrop__preload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
    z-index: 8;
}

@keyframes preloadInvisible {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 0;
        height: 100%;
    }

    100% {
        opacity: 1;
        height: 0;
    }
}

.fbdBackdrop__preload--invisible {
    animation: preloadInvisible .6s forwards;
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.fbdBackdrop__preloadIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    transform: translate(-50%, -50%);
    animation: loading 0.9s infinite;
}

.fbdBackdrop__preloadIcon path {
    fill: #f5f5f5;
}


/*------------------------------------
   ?CONVOCATORIAS
------------------------------------*/

/* Ajustes moodle */
.path-mod-glossary #intro {
    display: none;
}

#page-mod-glossary-view [role="main"] .form:not(#newentryform) {
    padding: 10px !important;
}

#page-mod-glossary-view [role="main"] form input[name="hook"],
#page-mod-glossary-view [role="main"] form input[name="searchbutton"] {
    padding: 7px 14px !important;
}

.path-mod-glossary .glossarydisplay {
    margin-top: 10px;
}

.path-mod-glossary .glossarydisplay .paging {
    display: none;
}

.path-mod-glossary .glossarydisplay .custom-select {
    padding: 5px 10px;
    height: fit-content;
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 16px;
    font-weight: bold;
}

table.glossarypost.continuous tbody .entry:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 6px;
    background: #ff671e;
}

table.glossarypost.continuous tbody .entry {
    border: 2.5px solid #ececec;
    border-bottom: 0;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

table.glossarycategoryheader,
table.glossarycategoryheader>tbody,
table.glossarycategoryheader>tbody>tr {
    display: block !important;
}

table.glossarycategoryheader {
    width: 95% !important;
}

table.glossarycategoryheader tr>th {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    background-color: var(--primary);
    padding: 3px 5px !important;
    margin-bottom: 2rem;
    text-transform: lowercase;
}

table.glossarycategoryheader tr>th>h3 {
    font-size: 1.75rem !important;
    color: white;
    margin: 0 !important;
}

table.glossarycategoryheader tr>th>h3:first-letter {
    text-transform: capitalize;
}

#page-mod-glossary-view .concept h4 {
    color: var(--primary) !important;
    font-size: 1.7rem !important;
}


/*-- Bloque html --*/

.convocatorias__categoria {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.convocatorias__categoriaTitulo {
    color: #9A9FB2;
    display: block;
}

.convocatorias__categoriaLink,
.convocatorias__categoriaLink:hover {
    color: var(--primary);
    text-decoration: none;
}

.convocatorias__contentButton {
    margin: auto;
}


/*-- Convocatorias --*/

/* Editor */
.raptor-editing {
    margin-top: 30px !important;
}

/* Estilos elementos */
.convocatory__infoDate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .convocatory__infoDate {
        text-align: center;
    }
}

.convocatory__initialDateValue {
    font-weight: bold;
}

.convocatory__column1 {
    max-width: calc(50% - 20px);
    width: 100%;
}

.convocatory__column2 {
    max-width: calc(100% - 50% - 20px);
    width: 100%;
    display: inline-table;
    text-align: center;
}

@media (max-width: 767px) {

    .convocatory__column1,
    .convocatory__column2 {
        max-width: 100%;
    }
}

.convocatory__contentTitle h3 {
    font-size: 1.7rem !important;
    color: var(--primary);
    margin-top: 1rem;
}

.convocatory__infoDate .convocatory__column2 img,
.convocatory__logo {
    max-width: 200px;
    margin: 20px;
}

.convocatory__blockTitle {
    color: var(--primary);
    font-family: var(--font-family) !important;
    font-size: 1.4rem;
}

.convocatory__block {
    margin-bottom: 2rem;
}

.convocatory__note {
    border: 1px dashed var(--primary);
    padding: 35px 30px 25px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 1.5rem;
    position: relative;
}

.convocatory__noteTitle {
    font-family: var(--font-family);
    color: white;
    background: var(--primary);
    display: inline-block;
    padding: 5px 30px;
    border-radius: 2em;
    position: absolute;
    top: -15px;
    left: 30px;
}

.convocatory__table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin-bottom: 2rem;
    table-layout: auto;
}

.convocatory__table th {
    background: var(--primary);
    padding: 7px;
    text-align: center;
    color: white;
}

.convocatory__table td {
    background-color: #F8F8F8;
    padding: 7px 10px;
    text-align: center;
}

.convocatory__table th:first-child,
.convocatory__table td:first-child {
    border-radius: 7px 0 0 7px;
    width: 35%;
}

.convocatory__table th:last-child,
.convocatory__table td:last-child {
    border-radius: 0 7px 7px 0;
    text-align: left;
    width: 40%;
}

.convocatory__table td a {
    color: var(--primary) !important;
    text-decoration: underline !important;
    padding-bottom: 5px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
}

.convocatory__table td a:hover {
    color: var(--primary);
}

.convocatory__button {
    margin: auto !important;
    line-height: 1 !important;
}

ul.convocatory__list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.convocatory__listItem {
    border: 2px solid var(--primary);
    margin: 10px 0;
    border-radius: 7px;
    padding: 8px 50px 8px 14px;
    color: var(--primary) !important;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    display: block;
}

.convocatory__listItem:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100%;
    padding: 0 15px;
    background: #ececec;
    background-image: var(--convocatoryIcon);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.convocatory__imagen {
    max-width: 500px;
    width: 100%;
}

.convocatory__img {
    width: 100%;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------
   ?UTILIDADES
   ------------------------------------*/

.bg--gray {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.dNone {
    display: none;
}

.primary {
    color: var(--primary);
}


/*------------------------------------
   ?BLOQUE NAVEGACIÓN SE OCULTA LA PÁGINA DE INICIO
   ------------------------------------*/

a[data-key="home"],
a[data-key="privatefiles"] {
    display: none;
}











/*------------------------------------
   ?PLUGIN CURSO MOSAICO
------------------------------------*/

body.format-tiles.jsenabled .course-content .headerabovetiles {
    width: 100%;
    margin-bottom: 10px;
}


/*=== BIENVENIDA ===*/

.format-tiles #section-0 ul.section {
    padding: 0;
    margin: 0;
}

.format-tiles #section-0 ul.section .activity.modtype_label {
    padding-top: 0;
}

.format-tiles .section .label .mod-indent-outer {
    padding-left: 0;
    padding-right: 0;
}

.format-tiles .section .label .mod-indent-outer>div {
    width: 100%;
}



.fbd-bienvenida {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}

.fbd-bienvenida__column1 {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 767px) {
    .fbd-bienvenida__column1 {
        flex-basis: 100%;
    }
}

.videoResponsive iframe {
    border-radius: 7px;
}

.fbd-bienvenida__column2 {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .fbd-bienvenida__column2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.fbd-bienvenida__lista {
    list-style: none;
    counter-reset: bienvenida-lista;
    padding-left: 0;
}

.fbd-bienvenida__lista li {
    counter-increment: bienvenida-lista;
    position: relative;
    padding: 7px 5px 7px 30px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
    border-radius: 7px;
}

.fbd-bienvenida__lista li::before {
    content: counter(bienvenida-lista);
    color: #ff671b;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 30px;
    color: #e94f0e;
}

.fbd-bienvenida__lista li:first-child {
    margin-top: 10px;
}

.fbd-bienvenida__lista li:last-child {
    margin-bottom: 0;
}





.path-course.format-tiles .course-content ul.tiles .tile,
.path-course.format-tiles .course-content ul.tiles .tile_bar {
    box-shadow: none;
    border: none;
    border-radius: 10px;
    background-color: #ff671b;
    background-image: url([[pix:theme|pattern-curso-mosaico]]);
    background-blend-mode: multiply;
    background-position: center;
    background-size: 572px;
    background-repeat: repeat;
}

.path-course.format-tiles .tile a {
    padding: 12px;
}

.path-course.format-tiles .progress-indic .progress-indic-label,
.path-course.format-tiles .tile_bar .inplaceeditable a {
    color: #fff;
}

.path-course.format-tiles .progress-indic svg circle.whole {
    stroke: hsla(0, 0%, 100%, .3);
}

.path-course.format-tiles .progress-indic svg circle.partial {
    stroke: #fff;
}

.path-course.format-tiles .progress-indic svg text {
    fill: #fff;
}

.path-course.format-tiles .headerabovetiles .progress-indic .progress-indic-label {
    color: #565866;
}

.path-course.format-tiles .headerabovetiles .progress-indic svg circle.whole {
    stroke: hsla(20, 100%, 55%, .3);
}

.path-course.format-tiles .headerabovetiles .progress-indic svg circle.partial {
    stroke: #ff671b;
}

.path-course.format-tiles .headerabovetiles .progress-indic svg text {
    fill: #ff671b;
}

body.jsenabled.format-tiles .headerabovetiles .buttonhidesec0 {
    display: none;
}


.path-course.format-tiles ul.tiles .tile h3 {
    font-size: 1.2em;
    color: #fff;
}

.path-course.format-tiles .course-content .icon {
    filter: brightness(200%);
}

.path-course.format-tiles .course-content .progress-indic.percent .icon {
    background-color: #00c2bc;
    filter: none;
    border-radius: 50%;
    padding: 4px;
    box-sizing: border-box;
}

.path-course.format-tiles.editing .section-summary-activities {
    color: #fff;
}

.path-course.format-tiles .expand-section {
    filter: brightness(200%);
}



.path-course.format-tiles .sectiontitle::after,
.path-course.format-tiles .tag-info {
    display: none;
}

.path-course.format-tiles #sectionbuttons {
    right: 0;
}

.path-course.format-tiles .sectionbutton {
    width: 35px;
    height: 35px;
    background-color: #ff671b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.path-course.format-tiles .sectionbutton img.icon {
    margin-top: 0;
    filter: brightness(200%);
}

.path-course.format-tiles #page .course-content ul li.section.main.state-visible {
    border-radius: 10px;
    border-top: 5px solid #ff671b !important;
    padding-top: 15px;
}

.format-tiles .moveablesection .tileiconcontainer {
    margin-left: 1.5em;
}

.moveablesection.state-visible .tile-icon {
    display: inline-block;
    background-color: #ff671b;
    padding: 15px 5px 12px;
    margin-top: -15px;
    position: relative;
}

.moveablesection.state-visible .tile-icon::before,
.moveablesection.state-visible .tile-icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    width: 50%;
    height: 15%;
    background-color: #ff671b;
    right: auto;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.moveablesection.state-visible .tile-icon::after {
    right: 0;
    left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.format-tiles .sectiontitle h2 {
    color: #ff671b;
}

.format-tiles .iconpickerheader {
    height: auto;
    margin-bottom: 10px;
}

.iconsearch.inline {
    display: inline-block;
}




/*=== LAUNCHER ===*/

.fbd-presentation__column {
    background-color: transparent;
    padding: 0;
}

.fbdv-listLauncherUA {
    padding-left: 0;
}

.fbdv-launcherUA {
    display: block;
    background-color: hsl(214, 32%, 27%);
    box-shadow: 2px 3px 0px 2px hsla(214, 40%, 20%, 0.2);
    padding: 6px 40px 7px 10px;
    margin-bottom: 15px;
    border-radius: 1.15em;
    color: #fff;
    position: relative;
    transition: transform .3s;
}

.fbdv-launcherUA:hover {
    cursor: pointer;
    transform: scale(1.035);
    color: #fff;
}

.fbdv-launcherUA:active {
    transform: scale(1);
    color: #fff;
}

.fbdv-launcherUA a {
    color: #fff;
}

.fbdv-launcherUA__icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.fbdv-launcherUA__check,
.fbdv-launcherUA__locked {
    display: none;
    color: white;
    font-size: 20px;
}

.fbdv-launcherUA__check {
    color: #00c2bc;
}

.fbdv-launcherUA--check .fbdv-launcherUA__check {
    display: block;
}

.fbdv-launcherUA--locked {
    filter: grayscale(1);
}

.fbdv-launcherUA.fbdv-launcherUA--locked:hover {
    transform: scale(1);
    cursor: not-allowed;
}

.fbdv-launcherUA--locked .fbdv-launcherUA__locked {
    display: block;
    color: white;
}




.list-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.workplace {
    display: block;
    width: 110px;
    height: 26px;
    background-image: url([[pix:theme|icono-workplace]]);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}




/*-- SLIDESHOW --*/

#block-region-side-pre .slidePresentation__prev,
#block-region-side-pre .slidePresentation__next {
    display: none;
}



.s-footer {
    color: #666;
}





/*------------------------------------
   ?BUSQUEDA
------------------------------------*/

.path-search .fdescription.required {
    background-color: #ffeaeb;
    padding: 10px 15px 10px;
    max-width: max-content;
}

.path-search .fdescription.required .icon:before {
    content: "\f069";
    color: hsl(6, 100%, 82%);
}

.result {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.result-title .icon {
    margin-right: 10px;
}

.search-results hr {
    border: none;
}

.form-control,
.comment-area textarea,
input[type="text"],
input[type="email"],
#add_section_numsections,
.path-grade-report-grader .gradeparent .text,
textarea {
    padding: 8px 1rem;
}

select,
.custom-select,
#page-admin-tool-templatelibrary-index #selectcomponent,
.form-control,
.comment-area textarea {
    width: 100%;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}



.icon[aria-label="Obligatorio"]:before,
.icon[aria-label="Campo obligatorio"]:before {
    content: "\f069";
    color: hsl(6, 100%, 82%);
    font-size: 13px;
}




/*-- Calificación en las atrjetas del curso --*/
.c-course-box .rate {
    float: none;
    border-top: 2px dotted var(--primary);
    margin-top: 10px;
    min-height: 42px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rates {
    order: -1;
    width: 26px;
    height: 26px;
    background-color: #efefef;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
    margin-top: 3px;
}

.c-course-box .rate label {
    margin-bottom: 0;
    line-height: 1.4;
}

.c-course-box .rate label:hover {
    cursor: default;
}






/*------------------------------------
   ?CUESTIONARIO
------------------------------------*/

.path-mod-quiz #mod_quiz_navblock .qnbutton {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.path-mod-quiz #mod_quiz_navblock .qnbutton.notyetanswered .trafficlight,
.path-mod-quiz #mod_quiz_navblock .qnbutton.invalidanswer .trafficlight,
.path-mod-quiz .qnbutton .trafficlight,
.path-mod-quiz .qnbutton .thispageholder {
    position: absolute;
    z-index: -1;
}






/*------------------------------------
   ?BLOQUES
------------------------------------*/

.section .label .mod-indent-outer {
    display: block;
}






/*------------------------------------
   ?HEADER
------------------------------------*/


@media (max-width: 767px) {
    .menuMovil {
        padding-top: 0;
    }

    .menuMovil::before {
        content: "";
        display: block;
        height: 80px;
        background-image: url([[pix:theme|logo]]);
        background-size: auto 80%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .menuMovil .c-container {
        border-top: 1px solid #ececec;
        display: grid;
        grid-template-columns: auto 1fr auto;
    }
}







/*------------------------------------
   ?PROGRESSBAR MÓDULOS
------------------------------------*/
.moduleProgressbar {
    display: grid;
    grid-template-columns: auto 1fr 50px;
    gap: 10px;
    align-items: center;
}

.moduleProgressbar__title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.moduleProgressbar__progressbar {
    background-color: #efefef;
    width: 100%;
    height: 12px;
    border-radius: 50px;
    border: 2px solid #efefef;
    overflow: hidden;
}

.moduleProgressbar__progress {
    width: 0;
    height: 100%;
    background-color: var(--primary);
    border-radius: 50px;
    transition: width .6s;
}

.moduleProgressbar--completed .moduleProgressbar__progress {
    background-color: #009432;
}

.moduleProgressbar__percentage {
    font-size: 1rem;
    font-weight: bold;
}

/*------------------------------------
   ?LOGIN PROVIDERS
------------------------------------*/

.loginidentityproviders {
    display: none;
}

.preload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}

#page-my-index .preload {
    display: flex;
}

.preload__spinner {
    width: 200px;
    max-width: 100%;
}

.w-33 {
    width: 33.3% !important;
}






/*------------------------------------
   ?NAVITEM GENERAL
------------------------------------*/

.navitem .btn {
    background-color: #f5f5f5 !important;
    border-radius: 2rem !important;
    margin: 5px !important;
    padding: 7px 15px !important;
    color: #777 !important;
    font-weight: 700 !important;
    border-color: transparent !important;
    transition: all 300ms;
}

.navitem .btn:hover {
    background-color: #ff671b !important;
    color: #fff !important;
    opacity: 1!important;
}