/* :root {
    --custom-color: #f46f57;
} */

/*------------------------layout.html------------------------*/
.custom-layout-footer {
    background-color: #f4f6f9 !important;
    border-top: none !important;
    box-shadow: none !important;
    font-size: 0.9rem;
}

.custom-layout-topbar {
    background-color: #f4f6f9 !important;
    border: none !important;
    box-shadow: none !important;
    top: 0;
    left: 0;
    /* border-top: solid 3px #f46f57 !important; */
}

.navbar-logotipo {
    border-top: none !important;
}

.custom-layout-topbar a.nav-link {
    color: #67757c !important;
    /*no funciona porque hay otro important*/
    transform: scale(0.9);
}

.custom-layout-titulopagina {
    font-size: 1rem;
    color: #67757c !important;
}


.custom-layout-container {
    padding-top: 5px;
    padding-bottom: 0;
}

.custom-layout-wrapper {
    padding-top: 70px !important;
}

.custom-layout-client {
    height: 10px;
    width: 100%;
    background: linear-gradient(45deg, var(--custom-color, #f46f57), transparent);
}

/*------------------------misModulos.html------------------------*/
.custom-modulos .custom-btn,
.custom-modulos .borde_principal {
    font-size: 0.9rem;
    padding: 10px 25px;
    border-radius: 25px;
    color: white;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid white !important;
    color: white;
    transition: 0.2s ease-in;
    width: 100%;
    text-align: center;
    cursor: pointer;

}

.custom-modulos .custom-card {
    border-radius: 25px !important;
    background-color: transparent;
}

.custom-modulos .custom-btn h4,
.custom-modulos .borde_principal h4 {
    color: white !important;
    margin-bottom: 0;
    transition: 0.2s ease-in;
}

.custom-modulos .custom-btn:hover,
.custom-modulos .borde_principal:hover {
    background: white !important;
    color: #67757c !important;
    box-shadow: none !important;
}

.custom-modulos .custom-btn:hover h4,
.custom-modulos .borde_principal:hover h4 {
    color: #67757c !important;
}

.custom-modulos .custom-btn i,
.custom-modulos .borde_principal i {
    display: none;
}

.custom-modulos {
    min-height: calc(100vh - 185px);
    background-color: black;
    width: 99%;
    margin: 10px auto 0 auto;
    /* border-top-left-radius: 25px;
    border-top-right-radius: 25px; */
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 25px;
    position: relative;
    overflow: hidden;
    /* background-image: url('https://web.sipadan.es/factoria-contenidos/imagenes-portalgif/cvr.jpg');
    background-size: cover;
    background-position: center; */
}

.custom-modulos-info {
    background-color: black;
    color: white;
    width: 99%;
    margin: 0px auto 15px auto;
    padding: 0px 35px 25px 35px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;


    display: none;
}

.custom-modulos-info label {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: white;
    background-color: transparent;
    display: block;
}

.custom-modulos .fondo-modulo {
    position: absolute;
    top: 0;
    left: 0;
    /* right:0;
    bottom: 0; */
    z-index: 1;
    width: 100%;
    /* margin:auto; */
    object-fit: cover;
    object-position: center;
}

.custom-modulos .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, black, transparent);
    z-index: 2;
    /* border-top-left-radius: 25px;
    border-top-right-radius: 25px; */
    border-radius: 25px;
}


.custom-modulos .custom-titulo {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    text-align: left;
    color: white;
    text-shadow: 0px 0px 10px #525252;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
    cursor: default;
    flex: 0 0 50%;
    padding: 30px;
}

.custom-modulos .custom-titulo label {
    display: inline-block;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 0.9rem;
    margin: 10px 0px;
    padding: 3px 10px;
    font-weight: initial;
    text-shadow: none;
    line-height: 1rem;
}

.custom-modulos .custom-titulo span {
    display: block;
    text-align: left;
    font-size: 1rem;
    font-weight: initial;
}

.custom-modulos .custom-contenedor {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    transform: scale(0.9);
}

.custom-modulos .custom-bonificado {
    /* font-size: 1.1rem;
    margin-top: -53px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 25px 20px 5px 20px;
    font-weight: 500; */

    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    font-weight: 500;
    color: #67757c;
    text-shadow: none;
    padding: 10px;
    width: 100%;
    line-height: 1.2rem;
}

.custom-modulos .custom-containertitulo {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.custom-modulos .custom-containertitulo .custom-video {
    flex: 0 0 50%;
    z-index: 10;
}

.custom-modulos .custom-containertitulo .custom-video video {
    width: 100%;
    border-radius: 15px;
}

.custom-modulos .custom-containertitulo .custom-video iframe {
    width: 100%;
    min-height: calc(100vh - 400px);
    border-radius: 15px;
}

.custom-modulos .custom-botoninfo {
    background-color: white !important;
}

/*media query cuando la pantalla baja de 768px de ancho */
@media (max-width: 768px) {
    .custom-modulos .custom-titulo {
        margin-top: 90px;
        flex: 0 0 100% !important;
    }

    .custom-modulos .fondo-modulo {
        width: auto !important;
    }

    .custom-modulos .custom-containertitulo .custom-video {
        flex: 0 0 90% !important;
    }


}



/* SOLO version escritorio */
/* @media (min-width: 768px) {
    .custom-modulos {
      padding-top: 35vh !important;
    }
  } */

/*------------------------slide.html------------------------*/

.custom-slider-swiper {
    border-radius: 10px !important;
    overflow: hidden;
    min-height: 0px !important;
}

.swiper-classic .swiper-button:hover::after {
    background-color: var(--custom-color, #f46f57);
}

.custom-slider-slide {
    background-position: center !important;
}

/*------------------------menu.html------------------------*/
.custom-menu {
    box-shadow: none;
    border: none;
}

.custom-menu .sidebar-nav>ul>li>a i {
    display: none !important;
}

.mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    top: 43px !important;
    background-color: #f4f6f9 !important;
}

/*media query cuando la pantalla baja de 768px de ancho */
@media (max-width: 768px) {
    .custom-menu .sidebar-nav>ul>li {
        width: 100%;
    }

    .custom-menu {
        background-color: #f4f6f9 !important;
    }
}

/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-menu {
        margin-top: -45px;
        z-index: 50;
        background-color: transparent !important;
        width: fit-content;
        left: 50%;
        transform: translate(-50%, 0);
    }

}

/*------------------------info.html------------------------*/
.custom-info-card {
    border-radius: 25px !important;
    overflow: hidden;
}

.custom-info-fondocard {
    width: 100%;
}

.custom-info-container {
    width: 99%;
    margin: 10px auto;
    background-color: white;
    border-radius: 25px;
}

.custom-info-card label {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-info-card label i {
    display: none;
}

.custom-info-card .card-footer {
    border: none;
    padding: 0 15px 15px 0;
}

.custom-info-card .card-footer .btn {
    background-color: var(--custom-color, #f46f57);
    border: solid 1px var(--custom-color, #f46f57) !important;
    color: white;
    border-radius: 25px;
    padding: 5px 10px;
}

.custom-info-card .card-footer .btn:hover {
    background-color: white !important;
    color: var(--custom-color, #f46f57) !important;
}

.custom-info-cabecera {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    margin-bottom: -25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
    flex-wrap: wrap;

}

.custom-info-titulocurso {
    font-weight: bold;
    font-size: 1.6rem !important;
    cursor: default;
    margin: 15px;
    color: white;
    flex: 1 1 45%;
    position: relative;
    z-index: 3;
}

.custom-info-titulocurso label {
    display: inline-block;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 0.9rem !important;
    margin: 10px 0px;
    padding: 3px 10px;
    font-weight: initial;
    text-shadow: none;
    line-height: 1rem;
}

.custom-info-video {
    flex: 1 1 45%;
    z-index: 3;
}

.custom-info-video video {
    width: 100%;
    border-radius: 15px;
}

.custom-info-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0.5))
}

.custom-info-imgportada {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;

}

.custom-info-convocado {
    width: 80%;
    margin: 40px auto 10px auto;
    color: white !important;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 35px;
}

.custom-info-botonesconvocado {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.custom-info-convocado a {
    display: inline-block;
    width: fit-content;
    padding: 5px 20px;
    border: solid 1px white;
    font-weight: bold;
    margin: 0px 10px;
    border-radius: 25px;
    cursor: pointer;
    color: white;
    box-shadow: none;
}

.custom-info-convocado a:hover {
    background: white !important;
    color: #343434 !important;
}

/*media query cuando la pantalla baja de 768px de ancho */
@media (max-width: 768px) {
    .custom-info-titulocurso {
        flex: 0 0 90% !important;
    }

    .custom-info-video {
        flex: 0 0 90% !important;
    }

    .custom-info-imgportada {
        width: 150% !important;
    }


}

/*------------------------misSolicitudes.html------------------------*/
.custom-missolicitudes-botonera {
    transform: scale(0.8);
    transform-origin: right;
    z-index: 20;
    margin-bottom: -40px;
}

.custom-missolicitudes-search {
    width: 80%;
    margin: 0 auto 35px auto;
}

.custom-missolicitudes-control {
    border: none;
}

.custom-missolicitudes-search label {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.custom-missolicitudes-search .fa-search {
    color: white;
}

.custom-missolicitudes-search .fa-search {
    color: white;
}

.btn-primary:hover {
    box-shadow: none !important;
}

.custom-missolicitudes-card {
    border-radius: 10px !important;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 10px;
}

.custom-missolicitudes-fondocard {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    min-height: 395px;
}



.custom-missolicitudes-card .gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.custom-missolicitudes-card .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #586b83;
}

.custom-missolicitudes-card .ribbon-left {
    top: 40px;
    width: fit-content;
    border-radius: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
}

.custom-missolicitudes-card .ribbon-danger {
    background-color: #cc4141 !important;
}

.custom-missolicitudes-cardbody {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 10;
    color: white !important;
}

.custom-missolicitudes-cardbody .card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #525252;

}

.custom-missolicitudes-cardbody .card-text {
    text-shadow: 0px 0px 10px #525252;

}

.custom-missolicitudes-cardfooter {
    z-index: 12;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
}

.custom-missolicitudes-cardfooter .btn {
    background: transparent !important;
    border: solid 1px white !important;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: none;
}

.custom-missolicitudes-cardfooter .btn:hover {
    background-color: white !important;
    color: #67757c !important;
}



.custom-missolicitudes-margin {
    padding: 5px;
    margin: 0 !important;
}

.custom-missolicitudes-cardwrapper {
    width: 95%;
    margin: 0 auto;
}

.custom-missolicitudes-fechas {
    position: absolute;
    z-index: 2;
    color: white !important;
    width: 100%;
    top: 35px;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-missolicitudes-fechas .split {
    width: 10px;
}

.custom-missolicitudes-paginador span,
.custom-missolicitudes-paginador a {
    border: none !important;
}

.custom-missolicitudes-card .btn-primary {
    color: white !important;
}

.custom-missolicitudes-card .dropdown-item {
    font-size: 0.9rem;
}

.custom-missolicitudes-card .dropdown-item i {
    margin-right: 10px;
}

.custom-missolicitudes-cardbody i {
    color: white !important;
}

/*------------------------misConvocatorias.html------------------------*/
.custom-misconvo-botonera {
    transform: scale(0.8);
    transform-origin: right;
    z-index: 20;
    margin-bottom: -40px;
}

.custom-misconvo-search {
    width: 80%;
    margin: 0 auto 35px auto;
}

.custom-misconvo-control {
    border: none;
}

.custom-misconvo-search label {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.custom-misconvo-search .fa-search {
    color: white;
}

.custom-misconvo-search .fa-search {
    color: white;
}

.btn-primary:hover {
    box-shadow: none !important;
}

.custom-misconvo-card {
    border-radius: 10px !important;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 10px;
}

.custom-misconvo-fondocard {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    min-height: 395px;
}



.custom-misconvo-card .gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.custom-misconvo-card .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #586b83;
}

.custom-misconvo-card .ribbon-left {
    top: 40px;
    width: fit-content;
    border-radius: 10px;
    left: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
}

.custom-misconvo-card .ribbon-danger {
    background-color: #cc4141 !important;
}

.custom-misconvo-cardbody {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 10;
    color: white !important;
}

.custom-misconvo-cardbody .card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #525252;

}

.custom-misconvo-cardbody .card-text {
    text-shadow: 0px 0px 10px #525252;

}

.custom-misconvo-cardfooter {
    z-index: 12;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
}

.custom-misconvo-cardfooter .btn {
    background: transparent !important;
    border: solid 1px white !important;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: none;
}

.custom-misconvo-cardfooter .btn:hover {
    background-color: white !important;
    color: #67757c !important;
}



.custom-misconvo-margin {
    padding: 5px;
    margin: 0 !important;
}

.custom-misconvo-cardwrapper {
    width: 95%;
    margin: 0 auto;
}

.custom-misconvo-fechas {
    position: absolute;
    z-index: 2;
    color: white !important;
    width: 100%;
    top: 35px;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-misconvo-fechas .split {
    width: 10px;
}

.custom-misconvo-paginador span,
.custom-misconvo-paginador a {
    border: none !important;
}

.custom-misconvo-card .btn-primary {
    color: white !important;
}

.custom-misconvo-card .dropdown-item {
    font-size: 0.9rem;
}

.custom-misconvo-card .dropdown-item i {
    margin-right: 10px;
}

.custom-misconvo-icon {
    color: white !important;
}

/*------------------------verConvocatorias.html------------------------*/
.custom-verconvo-container {
    /* margin-top: 10px; */
    width: 99%;
    margin: 10px auto;
}

.custom-verconvo-card {
    /* border-radius: 25px !important; */
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    padding: 20px 30px;
}

.custom-verconvo-card label {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-verconvo-tituloconvocatorias {
    /* font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57) !important;
    background-color: transparent;
    border: none; */
    text-transform: lowercase;
    /* text-align: center; */
    /* margin-bottom: 10px; */

}

.custom-verconvo-tituloconvocatorias label::first-letter {
    text-transform: uppercase;
}

.custom-verconvo-tituloconvocatorias i {
    display: none;
}

.custom-verconvo-card label i {
    display: none;
}

.custom-verconvo-convocatoria {
    border-radius: 25px !important;
    background-color: #424343;
    position: relative;
    padding: 30px 35px;
    overflow: hidden;
    flex: 0 0 33%;
    max-width: 400px;
    margin: 10px;
}

.custom-verconvo-fechas {
    position: absolute;
    z-index: 3;
    color: white !important;
    width: 100%;
    top: 20px;
    padding-right: 15px;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-verconvo-fechas .split {
    width: 10px;
}

.custom-verconvo-plazas,
.custom-verconvo-disponibles {
    display: block;
    width: fit-content;
    font-size: 1.1rem;
    color: white !important;
    padding: 3px 10px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
}

.custom-verconvo-disponibles {
    color: black !important;
}

.custom-verconvo-plazas {
    color: white !important;
}

.custom-verconvo-text {
    color: white;
    font-size: 0.9rem;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.custom-verconvo-text i {
    color: var(--custom-color, #f46f57);
}

.custom-verconvo-text label {
    margin: 15px 0px 5px 0px;
}

.custom-verconvo-btn {
    background: transparent !important;
    border: solid 1px white !important;
    border-radius: 25px;
    padding: 5px 50px;
    color: white;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    font-weight: bold;
}

.custom-verconvo-btn:hover {
    background-color: white !important;
    border: solid 1px white !important;
    color: #67757c !important;
}

.custom-verconvo-cabecera {
    width: 100%;
    min-height: 450px;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: relative;
    margin-bottom: -25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 25px;
    flex-wrap: wrap;

}

.custom-verconvo-gradient {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}

/* .custom-verconvo-cabecera img {
    width: 100%;
    position: relative;
    z-index: 1;
  } */

.custom-verconvo-imgconvo {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;

}

.custom-verconvo-imgportada {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;

}

.custom-verconvo-gradientconvo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);

}

.custom-verconvo-contenedorconvo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.custom-verconvo-convocatoria label {
    color: white;
    font-size: 1rem !important;
}

.custom-verconvo-convocatoria label i {
    color: white !important;
}

.custom-verconvo-video {
    flex: 1 1 45%;
    z-index: 3;
}

.custom-verconvo-video video {
    width: 100%;
    border-radius: 15px;
}

.custom-verconvo-titulocurso {
    font-weight: bold;
    font-size: 1.6rem !important;
    cursor: default;
    margin: 15px;
    color: white;
    flex: 1 1 45%;
    position: relative;
    z-index: 3;
}

.custom-verconvo-titulocurso label {
    display: inline-block;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 0.9rem !important;
    margin: 10px 0px;
    padding: 3px 10px;
    font-weight: initial;
    text-shadow: none;
    line-height: 1rem;
}

.verconvo-botoninfo {
    background-color: white !important;
    color: black !important;
    cursor: pointer;
}

/*media query cuando la pantalla baja de 768px de ancho */
@media (max-width: 768px) {
    .custom-verconvo-titulocurso {
        flex: 0 0 90% !important;
    }

    .custom-verconvo-video {
        flex: 0 0 90% !important;
    }

    .custom-verconvo-imgportada {
        width: 150% !important;
    }

    .custom-verconvo-convocatoria {
        flex: 1 1 80% !important;
        max-width: none !important;
    }


}

/*------------------------verEvaluacion.html------------------------*/
.custom-evaluacion .card-header {
    background-color: #f4f6f9;
}

.custom-evaluacion-outer {
    background: transparent;
}

.custom-evaluacion-botones a {
    border-radius: 15px;
    color: white !important;
    padding: 5px 15px;
    box-shadow: none;
    border: none;
}

.custom-evaluacion-botones a:hover {
    box-shadow: none;
    border: none;
}

.custom-evaluacion-bandainferior {
    bottom: 0px !important;
    padding: 10px;
}

/*------------------------paraTi.html------------------------*/
.custom-parati-botonera {
    transform: scale(0.8);
    transform-origin: right;
    z-index: 20;
    margin-bottom: -40px;
}

.custom-parati-search {
    width: 80%;
    margin: 0 auto 35px auto;
}

.custom-parati-control {
    border: none;
}

.custom-parati-search label {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.custom-parati-search .fa-search {
    color: white;
}

.custom-parati-search .fa-search {
    color: white;
}

.btn-primary:hover {
    box-shadow: none !important;
}

.custom-parati-card {
    border-radius: 10px !important;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 10px;
}

.custom-parati-fondocard {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    min-height: 395px;
}



.custom-parati-card .gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.custom-parati-card .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #586b83;
}

.custom-parati-card .ribbon-danger {
    background-color: #cc4141 !important;
}

.custom-parati-cardbody {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 10;
    color: white !important;
}

.custom-parati-cardbody .card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #525252;

}

.custom-parati-cardbody .card-text {
    text-shadow: 0px 0px 10px #525252;

}

.custom-parati-cardfooter {
    z-index: 12;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
}

.custom-parati-cardfooter .btn {
    background: transparent !important;
    border: solid 1px white !important;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: none;
}

.custom-parati-cardfooter .btn:hover {
    background-color: white !important;
    color: #67757c !important;
}



.custom-parati-margin {
    padding: 5px;
    margin: 0 !important;
}

.custom-parati-cardwrapper {
    width: 95%;
    margin: 0 auto;
}

.custom-parati-fechas {
    position: absolute;
    z-index: 2;
    color: white !important;
    width: 100%;
    top: 35px;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-parati-fechas .split {
    width: 10px;
}

.custom-parati-paginador span,
.custom-parati-paginador a {
    border: none !important;
}

.custom-parati-card .btn-primary {
    color: white !important;
}

.custom-parati-card .dropdown-item {
    font-size: 0.9rem;
}

.custom-parati-card .dropdown-item i {
    margin-right: 10px;
}

.custom-parati-table th {
    background-color: #f4f6f9 !important;
}

.custom-parati-miniimg {
    border-radius: 15px;
    width: 100px;
}

.custom-parati-table .btn {
    border-radius: 15px;
    padding: 5px 15px;
    display: block;
    margin-bottom: 5px;
    color: white;
}

/*------------------------misCursos.html------------------------*/
.custom-miscursos-botonera {
    transform: scale(0.8);
    transform-origin: right;
    z-index: 20;
    margin-bottom: -40px;
}

.custom-miscursos-search {
    width: 80%;
    margin: 0 auto 35px auto;
}

.custom-miscursos-control {
    border: none;
}

.custom-miscursos-search label {
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.custom-miscursos-search .fa-search {
    color: white;
}

.custom-miscursos-search .fa-search {
    color: white;
}

.btn-primary:hover {
    box-shadow: none !important;
}

.custom-miscursos-card {
    border-radius: 10px !important;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 0px;
}

.custom-miscursos-fondocard {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    height: 392px;
}



.custom-miscursos-card .gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.custom-miscursos-card .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #586b83;
}

.custom-miscursos-card .ribbon-left {
    top: 40px;
    width: fit-content;
    border-radius: 10px;
    left: 10px;
    color: black;
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-miscursos-card .ribbon-left-superado {
    /* font-weight: bold; */
    background-color:rgba(6, 215, 156, 0.75);
}

.custom-miscursos-card .ribbon-left-en_progreso {
    /* font-weight: bold; */
    background-color:rgb(255, 178, 43, 0.75);
}

.custom-miscursos-card .ribbon-left-no_superado {
    background-color: rgba(182, 182, 182, 0.75) !important;
}

.custom-miscursos-card .ribbon-danger {
    background-color: #cc4141 !important;
}

.custom-miscursos-cardbody {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 10;
    color: white !important;
}

.custom-miscursos-cardbody .card-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #525252;

}

.custom-miscursos-cardbody .card-text {
    text-shadow: 0px 0px 10px #525252;

}

.custom-miscursos-cardfooter {
    z-index: 12;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border: none;
}

.custom-miscursos-cardfooter .btn {
    background: transparent !important;
    border: solid 1px white !important;
    border-radius: 25px;
    padding: 5px 10px;
    box-shadow: none !important;
    font-weight: bold;
}

.custom-miscursos-cardfooter .btn:hover {
    background-color: white !important;
    color: #67757c !important;
}



.custom-miscursos-margin {
    padding: 5px;
    margin: 0 !important;
}

.custom-miscursos-cardwrapper {
    width: 95%;
    margin: 0 auto;
}

.custom-miscursos-fechas {
    position: absolute;
    z-index: 2;
    color: white !important;
    width: 100%;
    top: 35px;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-miscursos-fechas .split {
    width: 10px;
}

.custom-miscursos-paginador span,
.custom-miscursos-paginador a {
    border: none !important;
    border-radius: 5px;
}


.custom-miscursos-card .btn-primary {
    color: white !important;
}

.custom-miscursos-card .dropdown-item {
    font-size: 0.9rem;
}

.custom-miscursos-card .dropdown-item i {
    margin-right: 10px;
}

.custom-miscursos-table th {
    background-color: #f4f6f9 !important;
}

.custom-miscursos-miniimg {
    border-radius: 15px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.custom-miscursos-table .btn-group {
    width: 100%;
}

.custom-miscursos-table .btn {
    border-radius: 15px;
    padding: 5px 15px;
    display: block;
    margin-bottom: 5px;
    color: white;
}


.custom-miscursos-icono {
    color: white !important;
}

/*------------------------tablaContenidos.html------------------------*/
.custom-tablacontenidos .custom-herramientas {
    width: 100%;
}

.custom-tablacontenidos .custom-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 0px 10px;
}

/* boton herramientas en movil */

.custom-tablacontenidos .custom-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-tablacontenidos .custom-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-tablacontenidos .custom-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-tablacontenidos #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-tablacontenidos #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

/* fin boton herramientas en movil */

.custom-tablacontenidos .card {
    border-radius: 25px;
    margin: 10px 0;
}

.custom-tablacontenidos th {
    background-color: white !important;
}

.custom-tablacontenidos .custom-tituloleccion {
    font-weight: bold;
    font-size: 1.5rem !important;
    border: none !important;
}

.custom-tablacontenidos .custom-ultimaconexion {
    border: none !important;
    font-size: 0.9rem;
}

.custom-tablacontenidos .custom-fila-par {
    background-color: #f4f6f9 !important;
}

.custom-tablacontenidos .custom-fila-impar:hover {
    background: white !important;
}

.custom-tablacontenidos .custom-table .btn {
    font-size: 0.9rem;
    padding: 5px 25px;
    border-radius: 25px;
    color: white;
    box-shadow: none;
}

.custom-tablacontenidos .custom-table .btn:not(.btn-danger):hover {
    background: white !important;
    color: var(--custom-color, #f46f57) !important;
}

.custom-tablacontenidos .custom-table .btn-danger {
    width: 100%;
    cursor: default !important;
    border-radius: 0.25rem;
    background-color: #282828;
    border: none;
}

.custom-tablacontenidos .custom-table td {
    border: none !important;
    font-size: 0.9rem;
}

.custom-tablacontenidos {
    flex-direction: row-reverse;
    margin-top: -4px;
}

.custom-tablacontenidos .custom-ultimafila {
    padding-bottom: 60px !important;
}

.custom-tablacontenidos .custom-cabecera th {
    font-size: 0.9rem;
}





/*media query cuando la pantalla baja de 768px de ancho */
/* @media (max-width: 768px) {} */

/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-tablacontenidos .custom-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-tablacontenidos .custom-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-tablacontenidos .custom-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-tablacontenidos .custom-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    .custom-tablacontenidos #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    .custom-tablacontenidos .custom-table thead {
        display: none !important;
    }

    .custom-tablacontenidos #herramientas-curso .card-title i {
        display: none;
    }


    .custom-tablacontenidos #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------verificacion.html------------------------*/
.custom-verificacion-herramientas {
    width: 100%;
}

/*

  .custom-verificacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    color: black;
    font-size: 0.9rem;
    margin-left: 10px;
  }

  #herramientas-curso .card-body {
    padding: 2px 10px;
  }

  #herramientas-curso .card-title {
    font-size: 1rem;
  } */

.custom-verificacion .custom-verificacion-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-verificacion .custom-verificacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-verificacion .custom-verificacion-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-verificacion .custom-verificacion-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-verificacion #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-verificacion #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

.custom-verificacion {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-titulo img {
    display: none;
}

.custom-verificacion .card {
    border-radius: 25px;
}

.custom-nopadding {
    padding: 0 !important;
}



/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-verificacion-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-verificacion-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-verificacion-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-verificacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------programaMetodologia.html------------------------*/
.custom-programetod-herramientas {
    width: 100%;
}

/*

  .custom-programetod-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 0px 10px;
  }

  .custom-programetod-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    color: black;
    font-size: 0.9rem;
    margin-left: 10px;
  }

  #herramientas-curso .card-body {
    padding: 2px 10px;
  }

  #herramientas-curso .card-title {
    font-size: 1rem;
  } */

.custom-programetod-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-programetod-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-programetod-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-programetod-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-programetod #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-programetod #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}






.custom-programetod {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-programetod-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-programetod .card {
    border-radius: 25px;
}



/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-programetod-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-programetod-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-programetod-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-programetod-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------soporteTutorias.html------------------------*/
.custom-tutorias-herramientas {
    width: 100%;
}

/* .custom-tutorias-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 0px 10px;
  }

  .custom-tutorias-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    color: black;
    font-size: 0.9rem;
    margin-left: 10px;
  }

  #herramientas-curso .card-body {
    padding: 2px 10px;
  }

  #herramientas-curso .card-title {
    font-size: 1rem;
  } */

.custom-tutorias-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-tutorias-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-tutorias-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-tutorias-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-tutorias #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-tutorias #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

.custom-tutorias {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-tutorias-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-tutorias-subtitulo {
    font-weight: bold;
    font-size: 1rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-tutorias .card {
    border-radius: 25px;
}

.custom-tutorias-btn {
    font-size: 0.9rem;
    padding: 5px 25px;
    border-radius: 25px;
    color: white;
    box-shadow: none;
}

.custom-tutorias-btn:hover {
    background: white !important;
    color: var(--custom-color, #f46f57) !important;
    box-shadow: none !important;
}



/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-tutorias-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-tutorias-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-tutorias-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-tutorias-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------documentacion.html------------------------*/
.custom-documentacion-herramientas {
    width: 100%;
}

/* .custom-documentacion-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 0px 10px;
  }

  .custom-documentacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    color: black;
    font-size: 0.9rem;
    margin-left: 10px;
  }

  #herramientas-curso .card-body {
    padding: 2px 10px;
  }

  #herramientas-curso .card-title {
    font-size: 1rem;
  } */

.custom-documentacion-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-documentacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-documentacion-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-documentacion-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-documentacion #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-documentacion #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

.custom-documentacion {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-documentacion-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-documentacion .card {
    border-radius: 25px;
}

.custom-documentacion-btn {
    font-size: 0.9rem;
    padding: 5px 25px;
    border-radius: 25px;
    color: white;
    box-shadow: none;
    background-color: var(--custom-color, #f46f57);
    border: 1px solid var(--custom-color, #f46f57);
    color: white;
    transition: 0.2s ease-in;
    width: fit-content;
    margin-top: 20px;

}

.custom-documentacion-btn a {
    color: white !important;
}

.custom-documentacion-btn:hover {
    background: white !important;
    color: var(--custom-color, #f46f57) !important;
    box-shadow: none !important;
}

.custom-documentacion-btn:hover a {
    color: var(--custom-color, #f46f57) !important;
}



/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-documentacion-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-documentacion-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-documentacion-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-documentacion-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------AlumnoGrupoMaterialDidactico/index.html------------------------*/
.custom-materialdidactico-herramientas {
    width: 100%;
}

/* .custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 0px 10px;
  }

  .custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    color: black;
    font-size: 0.9rem;
    margin-left: 10px;
  }

  #herramientas-curso .card-body {
    padding: 2px 10px;
  }

  #herramientas-curso .card-title {
    font-size: 1rem;
  } */

.custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-materialdidactico-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-materialdidactico #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-materialdidactico #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

.custom-materialdidactico {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-materialdidactico-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-materialdidactico-titulo a{
    color: var(--custom-color, #f46f57);
}

.custom-materialdidactico .card {
    border-radius: 25px;
}

.custom-materialdidactico-ruta {
    border-bottom: solid 2px var(--custom-color, #f46f57);
    padding: 5px 10px;
    background-color: transparent;
}

.custom-materialdidactico-tabla i {
    color: var(--custom-color, #f46f57) !important;
}

.custom-materialdidactico-tabla a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-materialdidactico-tabla td {
    border-bottom: solid 1px #dee2e6 !important;
}




/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-materialdidactico-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-materialdidactico-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-materialdidactico-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-materialdidactico-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }

}

/*------------------------verLeccion.html------------------------*/
.custom-verleccion-btn {
    border: none !important;
    padding: 3px 15px !important;
    border-radius: 15px;
    box-shadow: none;
}

.custom-verleccion-btn:hover {
    border: none !important;
    box-shadow: none;
}

/*------------------------EmpleadoAgrupacionFichero/index.html------------------------*/

.custom-empagrfichero-ruta {
    border-bottom: solid 2px var(--custom-color, #f46f57) !important;
    padding: 5px 10px;
    background-color: transparent;
}

.custom-empagrfichero-tabla i {
    color: var(--custom-color, #f46f57) !important;
}

.custom-empagrfichero-tabla a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-empagrfichero-tabla td {
    border-bottom: solid 1px #dee2e6 !important;
}

.custom-empagrfichero-card {
    padding: 20px;
    border-radius: 25px !important;
}

/*------------------------Empleado/Vista/index.html------------------------*/
.custom-empleado-card {
    position: relative;
    border-radius: 10px !important;
    overflow: hidden;
}

.custom-empleado-card a {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.custom-empleado-card .gradient, .custom-slider-swiper .gradient{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-empleado-card img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.custom-empleado-card .card-body, .custom-slider-swiper .card-body {
    position: absolute;
    z-index: 3;
    height: fit-content;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom-empleado-card .card-title, .custom-slider-swiper .card-title {
    font-size: 1.9rem;
    font-weight: bold;
    color: white;
    margin: auto;
    text-align: center;
    text-shadow: 0px 0px 10px #525252;
}

.custom-empleado-card .card-text, .custom-slider-swiper .card-text {
    text-shadow: 0px 0px 10px #525252;
    font-size: 1rem;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: white;
}

.custom-empleado-margin {
    padding: 2px;
}

/*------------------------layout_identificar.html------------------------*/
.custom-layident-wrapper {
    background-color: #f4f6f9;
}

/*------------------------identificar.html------------------------*/
.custom-login {
    padding: 0;
    display: flex;
}

.custom-login .login-box {
    border: none !important;
    box-shadow: 0px 0px 1px #b0b0b0;
    border-radius: 25px;
    /* width: 80%; */
    min-width: 350px;
    padding: 0;
    margin: auto;
}

.custom-login .btn-primary {
    margin: 0 auto;
    font-size: 1rem;
    padding: 10px 25px;
    border-radius: 25px;
    box-shadow: none !important;
}

.custom-login .btn-primary:hover {
    box-shadow: none !important;
    background-color: white !important;
    color: var(--custom-color, #f46f57) !important;
}

.custom-login select {
    width: fit-content !important;
}

.custom-login .box-title {
    font-size: 1.2rem;
}

.custom-login .custom-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.custom-login .custom-inner {
    flex: 0 0 40%;
    min-width: 350px;
    background-color: #fafafa;
    border-radius: 15px;
    padding: 5px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 1px #b0b0b0;
}

.custom-login .custom-logo {
    width: 200px;
    margin-bottom: 10px;
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* grid-auto-rows: 50vh; */
    /* width: calc(100vw - 30px); */
    height: calc(100vh - 150px);
    margin: 5px;
    gap: 5px;

}

.custom-item {
    background-color: #1d3f6c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5em;
    color: white;
    border-radius: 25px;
}

/* Clases para ajustar tamaño */
.ancho1 {
    grid-column: span 1;
}

.ancho2 {
    grid-column: span 2;
}

.ancho3 {
    grid-column: span 3;
}

.ancho4 {
    grid-column: span 4;
}

.alto1 {
    grid-row: span 1;
}

.alto2 {
    grid-row: span 2;
}

/* MEDIA QUERY para pantallas pequeñas */
@media (max-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        height: auto;
    }

    .custom-item, .custom-slider-swiper{
        grid-column: span 1 !important;
        /* fuerza a ocupar toda la columna */
        height: calc(50vh - 75px);
    }
}
/*------------------------Alumno/Vista/index.html------------------------*/
.custom-vistaalumno-cursos {
    width: 101.7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -12px;
    margin-top: -3px;
}

.custom-vistaalumno-curso {
    flex: 0 0 33%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 2px;
    height: 32vh;
}

.custom-vistaalumno-fondo {
    transform: translateY(-30%);
    width: 100%;
    position: relative;
    z-index: 1;
}

.custom-vistaalumno-gradient {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.custom-vistaalumno-info {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.custom-vistaalumno-titulo {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 10px #525252;
    text-align: center;
    display: block;

}

.custom-vistaalumno-fecha {
    font-size: 0.9rem;
    color: #cecece;
    text-align: center;
    display: block;
}

.custom-vistaalumno-finalizado {
    display: block;
    width: fit-content;
    margin: 2px auto;
}

.custom-vistaalumno-botones {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.custom-vistaalumno-botones a {
    color: white;
    padding: 5px 15px;
    margin: 5px;
    border: solid 1px white;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: bold;
}

.custom-vistaalumno-botones a:hover {
    background: white;
    color: #67757c !important;
}

/*media query cuando la pantalla baja de 768px de ancho */
@media (max-width: 768px) {
    .custom-vistaalumno-curso {
        flex: 0 0 100% !important;
        margin: 2px 0px !important;

    }


}

/*------------------------dniDiploma.html, firmarDiploma.html------------------------*/

.custom-firmadiploma-btn {
    cursor: pointer;
    border-radius: 25px;
    color: white;
    display: inline-block;
    margin: 0 auto;
    box-shadow: none;
    font-size: 0.9rem;
    width: fit-content;
    padding: 10px 25px;
    background: var(--custom-color, #f46f57);
    border: solid 1px var(--custom-color, #f46f57);
}

.custom-firmadiploma-btn:hover {
    background-color: white !important;
    color: var(--custom-color, #f46f57) !important;
}

/*------------------------mostrarDescargarDiploma.html------------------------*/
  .custom-descargadiploma-btn{
    cursor: pointer;
    border-radius: 25px;
    color: white;
    display: block;
    margin: 7px auto;
    box-shadow: none;
    font-size: 0.9rem;
    width: fit-content;
    padding: 10px 25px;
    background: var(--custom-color, #f46f57);
    border: solid 1px var(--custom-color, #f46f57);
  }
  .custom-descargadiploma-btn:hover{
    background-color: white !important;
    color: var(--custom-color, #f46f57) !important;
  }

/*------------------------datosAlumno.html------------------------*/

.custom-datosalumno-descargar {
    cursor: pointer;
    border-radius: 25px;
    color: white;
    display: block;
    margin: 0 auto;
    box-shadow: none;
    font-size: 0.9rem;
    width: fit-content;
    padding: 10px 25px;
    background: var(--custom-color, #f46f57);
    border: solid 1px var(--custom-color, #f46f57);
}

.custom-datosalumno-descargar:hover {
    background-color: white !important;
    color: var(--custom-color, #f46f57) !important;
}


.custom-layout-tituloruta {
    padding: 5px;
    width: 95%;
    margin: 0 auto;
}


/*------------------------misCertificaciones.html, misDiagnosticos.html------------------------*/
.custom-certif-card {
    border-radius: 25px !important;
}

.custom-certif-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-certif-card th {
    background-color: transparent !important;
}

.custom-certif-card i {
    color: var(--custom-color, #f46f57) !important;
}

/*------------------------notas1.html, notas2.html------------------------*/

.custom-notas-herramientas {
    width: 100%;
}

.custom-notas .custom-notas-herramientas .card>.card-body-destacada:first-of-type {
    background: #f4f6f9 !important;
    padding: 10px;
}

.custom-notas .custom-notas-herramientas .card>.card-body-destacada:first-of-type .card-title {
    text-align: left;
    font-size: 0.9rem;
    margin-left: 10px;
    background-color: #282828;
    width: fit-content;
    color: white !important;
    padding: 10px 20px;
    border-radius: 15px;
}

.custom-notas .custom-notas-herramientas #herramientas-curso {
    background-color: #282828;
}

.custom-notas .custom-notas-herramientas .card>.card-body-destacada:first-of-type .card-title i {
    display: none;
}

.custom-notas #herramientas-curso .card-body {
    padding: 2px 10px;
    /* text-align: center; */
    border-radius: 15px;
    padding: 7px 12px;
    border: none;
}

.custom-notas #herramientas-curso .card-title {
    font-size: 1rem;
    margin: 0;
}

.custom-notas {
    flex-direction: row-reverse;
    margin-top: 5px;
}

.custom-titulo {
    font-weight: bold;
    font-size: 1.5rem !important;
    color: var(--custom-color, #f46f57);
    background-color: transparent;
    border: none;
}

.custom-titulo img {
    display: none;
}

.custom-notas .card {
    border-radius: 25px;
}

.custom-nopadding {
    padding: 0 !important;
}

.custom-notas .tablesaw-bar-section label {
    background: #eaecef;
    padding: 5px 10px;
    border-radius: 15px;
    color: #67757c !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-notas .tablesaw-bar-section label span {
    color: #67757c !important;
}

.custom-notas .tablesaw-bar .tablesaw-bar-section .btn-select:after {
    color: #67757c !important;
}

.custom-notas th {
    background-color: transparent !important;
}

.custom-intentos-btn {
  cursor: pointer;
  border-radius: 25px;
  color: white;
  display: block;
  margin: 7px auto;
  box-shadow: none;
  font-size: 0.9rem;
  width: fit-content;
  padding: 10px 25px;
  background: var(--custom-color, #f46f57);
  border: solid 1px var(--custom-color, #f46f57);
}

.custom-intentos-btn:hover {
  background-color: white !important;
  color: var(--custom-color, #f46f57) !important;
}

.custom-intentos-table th{
  background-color: white !important;
}

.custom-intentos-card{
  border-radius: 15px !important;
}


/* SOLO version escritorio */
@media (min-width: 768px) {
    .custom-notas-herramientas #herramientas-curso {
        display: flex;
        background-color: #282828;
        padding: 10px 0px 5px 0px;
    }

    .custom-notas-herramientas #herramientas-curso .card-body-destacada {
        display: flex;
        background-color: transparent !important;
        padding: 10px;
        /* border-top-left-radius: 15px;
      border-top-right-radius: 15px; */
    }

    .custom-notas-herramientas #herramientas-curso .card-body-destacada .card-title {
        color: white !important;
        border-bottom: solid 3px var(--custom-color, #f46f57);
    }

    .custom-notas-herramientas .card>.card-body-destacada:first-of-type .card-title {
        display: none;
    }

    #herramientas-curso .card-body {
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    #herramientas-curso .card-title i {
        display: none;
    }


    #herramientas-curso .card-title {
        margin: 0;
        color: white;
        text-align: center;
        padding-bottom: 5px;
    }
}