body {
    background: #fff !important;
}
body, html {
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

/* Asegúrate de que también se aplique a elementos específicos */
h1, h2, h3, h4, h5, h6, p, span, a, div, input, button, textarea {
    font-family: Arial, sans-serif;
}

div#page-neo {
    display: none;
}

.navbar {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.header-main {
    margin-top: 86px !important;
}

/*#nav-drawer {top: 86px !important;}*/
[data-region=right-hand-drawer].drawer {
    top: 0 !important;
    height: 100% !important;
}

.cv-banner {
    width: 100%;
    padding: 40px 0;
    background: url(https://i.ibb.co/KyWKQFG/fondo-minedu-cv.jpg) no-repeat;
    background-position: center 30%;
    position: relative;
    -webkit-filter: contrast(165%);
    filter: contrast(165%);
    background-size: cover;
    margin-top: 34px;
}

.cv-wrapper {
    max-width: 1500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
}

.cv-logo-educa {
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cv-titulo_pagina {
    color: white;
    font-size: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-family: 'Gotham Rounded Book';
    padding: 10px;
}

.cv-subtitulo_pagina {
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    line-height: 22px;
}

.cv-banner:after {
    content: '';
    position: absolute;
    /* background: rgba(0, 165, 156, 0.85); */
    background: rgba(162, 59, 59, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
}

.bred {
    background: #ff2e45 !important;
}

.bwhite {
    background: #ffffff !important;
}

.button-principal {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -mox-border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    background: #ffffff;
}

.btn-login {
    color: #ffffff;
    background-color: #0066CC;
    line-height: 40px;
    margin-right: 20px;
}

.btn-login:hover,
.btn-login:active {
    color: #ffffff;
    text-transform: capitalize;
}

.btn-register {
    color: #6F6F6F;
    border: 1px solid #6F6F6F;
    box-sizing: border-box;
    line-height: 38px;
}



.navbar {
    box-shadow: none;
}


.cv-botones_principal {
    width: 100%;
    display: flex;
    background: #fff;
    margin-bottom: 0px;
}

.cv-btn_portal--active,
.cv-btn_portal:hover {
    color: white;
    background: #ff2e45;
}

.cv-btn_portal {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
}

.cv-btn_portal:last-of-type {
    border-right: 0;
}

.cv-btn_portal:last-of-type a {
    border-right: 0;
}

.cv-btn_portal a {
    color: #575756;
    border-right: 1px solid #C3C3C3;
    display: block;
}

.cv-btn_portal--active a,
.cv-btn_portal--active a:visited,
.cv-btn_portal--active .btn-link,
.cv-btn_portal--active .btn-link:visited {
    color: #ffffff;
    text-decoration: none;
}

.MenuIcono1 {
    background: url(https://i.ibb.co/nj4b2kR/icono1.png);
    width: 70px;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.MenuIcono2 {
    background: url(https://i.ibb.co/ckNLx7k/icono2.png);
    width: 70px;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.MenuIcono3 {
    background: url(https://i.ibb.co/x6SMTg8/icono3.png);
    width: 70px;
    height: 53px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
}

.cv-btn_portal--active .MenuIcono1,
.cv-btn_portal:hover .MenuIcono1 {
    background: url(https://i.ibb.co/pLFT4TN/icono1-w.png);
    background-size: 100%;
}

.cv-btn_portal--active .MenuIcono2,
.cv-btn_portal:hover .MenuIcono2 {
    background: url(https://i.ibb.co/NpX0Q5Y/icono2-w.png);
    background-size: 100%;
}

.cv-btn_portal--active .MenuIcono3,
.cv-btn_portal:hover .MenuIcono3 {
    background: url(https://i.ibb.co/CvPtjPy/icono3-w.png);
    background-size: 100%;
}

.content-accordion {
        width: 22%;
    float: left;
    margin-right: 20px;
    padding: 16px;
    background: #e4e9fa;
    border-radius: 8px;
}

.content-accordion-my {
    /*padding-right: 6px;*/
}

.cv-titulo_curso--detalle {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 18px;
    height: auto;
}

.cv-content-info-cursos {
    float: left;
    width: 77%;
    /*display: flex;*/
    flex-wrap: wrap;
    margin: 1.5rem 0 0 0;
    
}
.wrapLanding{
  display: none;
}
.notloggedin .navbar-2, .notloggedin .nAllCourses{
    display: none !important;
}
.notloggedin .wrapLanding{
    display: block !important;
}
.navbar-2{
    max-width: 1340px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-2 ul {
    background-color: #E4E9FA !important;
    border-radius: 12px;
    margin-top: 20px !important;
    padding: 12px !important;
    height: auto !important;
    line-height: normal !important;
    display: flex;
    align-items: stretch;
}
.navbar-2 ul>li {
    border-right: none !important;
    height: auto !important;
}
.navbar-2 a {
    width: 100% !important;
    padding: 16px 14px;
    display: inline-block;
    border-radius: 8px !important;
    color: #002060 !important;
}
.navbar-2 a:hover {
    background-color: #00000012; 
}

ul.nav-principal li.active{
  background-color: transparent !important;
}
ul.nav-principal li.active a{
  background-color: #002060 !important;
    color: #ffffff !important;
}

@media (max-width: 1199.98px) {
    .navbar-2 ul>li {
        border-bottom: none !important;
    }
    .navbar-2 a {
        height: 100% !important;
        padding: 12px 8px;
        font-size: 18px;
    }
    .navbar-2 ul, .navbar-2 a {
        line-height: normal !important;
    }
    .navbar-2 ul>li {
        width: auto;
        border-bottom: 1px solid #bfb8b8;
        flex: auto;
    }

}
#region-bs-main-and-pre {
    margin: 0;
    padding: 0;
}
.nAllCourses {
    margin: 0 !important;
    align-items: start;
}
.nAllCourses .box-sidebar{
    background-color: #e4e9fa;
    border-radius: 12px;
    margin-top: 0 !important;
}

/* cambio 03-11
@media(min-width:630px){
    .cv-content-info-cursos{
        display: grid; 
        grid-template-columns: repeat(2, 1fr); 
        
    }
} */

/* @media(min-width:768px){
    .cv-content-info-cursos{
        display: grid; 
        grid-template-columns: repeat(3, 1fr); 
    }
}
 */

.cv-content-info-cursos-detalle {
    float: left;
    /*width: 75%;*/
    width: calc(78% - 20px);
    display: flex;
    flex-wrap: wrap;
}

.cv-item_curso:nth-child(3n) {
    margin-right: 0;
}
.cv-resumen_curso {
    padding: 16px;
    color: #575756;
}

.nMyCourses .cv-resumen_curso {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cv-detalle-curso {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.cv-detalle-curso .material-icons{
    color: #002060;
}
.cv-texto-curso {
        display: flex;
    flex-direction: column;
    padding: 2px 8px;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
}

.cv-descripcion-modulo {
    width: calc(100% - 650px);
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.cv-detalle_modulo {
    width: 650px;
    padding-right: 20px;
}

.cv-texto-modulo {
    /*margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;*/
}

.cv-texto-modulo p {
    text-align: justify !important;
    line-height: 1.2rem;
    font-size: .8rem;
}

.cv-titulo-modulo {
    font-weight: 600;
    background: #e4e9fa;
    border-radius: 0;
    color: #002060;
    padding: 10px 16px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover,
.social-network a.icoTwitter:hover {
    background-color: #3B5998;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i {
    color: #fff;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
    color: #30add1;
}

.social-network a {
    background-color: #F9F9F9;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

button.icono-buscador {
    box-shadow: 0px 0px 1px #000;
    background: #fff url(../img/lupa.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
}

.cv-item_curso {
    width: 31%;
    position: relative;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 8px;
    cursor: context-menu;
    display: flex;
    flex-direction: column;
    min-height: 100px;
    overflow: hidden;
    margin: 0;
}
.cv-item_curso:hover .cv-btn_infoCurso {
}

.cv-item_curso:nth-child(3n) {
    margin-right: 0;
}

.cv-estado_curso {
    color: white;
    padding: 6px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    width: fit-content;
    left: 15px;
    top: 12px;
    position: absolute;
    border-radius: 4px;
    line-height: normal;
    z-index: 1;
}

.estado-programa-1 {
    background: #F33A4D;
}
.estado-programa-2 {
    background: #ffa323;
}
.estado-programa-3 {
    background: #7669DB;
}



.estado-1 {
    /* background: #ffa323; */
    background: #F33A4D;
}

.estado-2 {
    /* background: #7669DB; */
    background: #0BD6AA;
}

.estado-4 {
    /* background: #0BD3FD; */
    background: #2F3B55;
}

.estadomy-1 {
    background: #8060EA;
}

.estadomy-2 {
    background: #ffa323
}

.estadomy-3 {
    background: #0BD3FD;
}

.estadomy-cursoprograma-1{background: #F33A4D;}
.estadomy-cursoprograma-2{background: #F49F39;}
.estadomy-cursoprograma-3{background: #0BD6AA;}
.estadomy-cursoprograma-4{background: #2F3B55;}

.cv-constancia {
    color: #237EF2;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    width: fit-content;
    border-radius: 4px;
    position: relative;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    font-weight: 600;
    height: 30px;
}

.cv-constancia img {
    margin-right: 5px;
}

.cv-imagen_curso {
    /*height: 140px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;*/
}

.cv-imagen_curso.nImagen_card{
	margin-top: 34px;
    border-radius: 5px 5px 0 0;
	
}

.cv-imagen_curso img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}
 
.cv-titulo_curso {
    margin: 16px 0 20px 0;
    text-align: left;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #002060;
    font-style: normal;
}

.cv-titulo_curso_interno_programa {
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #4F4F4F;
    font-style: normal;
}

.cv-titulo_curso_programa {
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: left;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    color: #4F4F4F;
    font-style: normal;
    height: 45px;
}

.cv-info_curso,
.cv-duracion {
    margin-bottom: 5px;
    font-size: 12px;
    vertical-align: middle;
    display: flex;
    width: 100%;
    line-height: 14px;
    align-items: center
}

.cv-info_curso img,
.cv-duracion img {
    margin-right: 8px;
    vertical-align: bottom;
    float: left;
}

.cv-info_curso span {
    display: flex;
}

.cv-info_curso strong {
    margin: 0 4px;
}
.nMyCourses .cv-btn_infoCurso {
    padding: 16px 0 0 0;
}
.cv-btn_infoCurso {
    /*width: calc(100% - 2.4rem);
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;*/
    padding: 16px;
    margin: auto 0 0 0;
}
.nMyCourses .cv-btn_infoCurso {
    padding: 16px 0 0 0;
}
.cv-btn_infoCurso a {
    border-radius: 6px;
    display: inline-block;
    color: #002060;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffa323;
    padding: 8px 16px;
    text-decoration: none !important;
}

.cv-btn_infoCurso a:hover, .cv-btn_infoCurso a:focus {
    color: #fff;
    background-color: #fdc500;
}

.cv-btn_infoCurso.disabled {
    background: #BDBDBD !important;
    box-shadow: 0 6px 1px #919191;
}

.cv-btn_infoCurso.disabled a{
    pointer-events: none;
}

/*.cv-btn_infoCurso a {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
}*/

.cv-detalle-curso div img {
    vertical-align: text-bottom;
}

.menu-miscursos {
    background: #FFFFFF;
    border-radius: 6px;
}

.cv-btn-mas-cursos {
    background-color: #0066CC;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 24px;
    width: 120px;
    text-align: center;
    font-weight: 600;
}
.cv-btn-mas-cursos:hover {
    background-color: #002060;
}

.navbar-expand .navbar-nav {
    justify-content: right;
    min-width: 550px;
}

.content-boton-mas-cursos {
    display: flex;
    width: 100%;
    height: auto;
}

.cv-btn-mas-cursos:hover {
    color: white;
}

.alert-danger {
    font-size: .9rem;
}


.fondo-pop-up-cv {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 35px;
    z-index: 9999;
    overflow-y: auto;
    display: none;
}

.content-pop-cv {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 5%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    color: #3C3C3B;
    border-radius: 10px;
}

.content-close {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    font-size: 25px;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    border: 2px solid white;
    line-height: 19px;
    right: -12px;
    top: -12px;
    background: #ff2e45;
}

.content-pop-cv .card {
    border-radius: 15px;
    border: 0;
    overflow: hidden;
}

.card-header-login {
    background: #FF2E45;
    overflow: hidden;
    padding: 14px;
}

.logo-pop-peru-educa {
    width: 200px;
    float: left;
}

.logo-pop-minedu {
    width: 200px;
    float: right;
    padding-top: 7px;
}

.card-body-login {
    padding: 10px 40px;
}

.titulo-pop-login {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.subtexto-pop-login {
    font-size: 16px;
    text-align: center;
    margin-bottom: 18px;
}

.input-form-cv {
    height: 55px;
    text-align: center;
    font-size: 19px;
    border-radius: 0;
}

.btn-ingreso-login {
    background: #FF2E45;
    border: 0;
    color: white;
    font-size: 17px;
    margin-bottom: 14px;
    border-radius: 0;
    line-height: 40px;
}

.forgetpass-login {
    text-align: center;
    margin-bottom: 10px;
}

.forgetpass-login a {
    color: #FF2E45;
}

/*form#login .form-control {
    display: block !important;
    width: 100% !important;
    height: calc(2em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: .8rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -ms-border-radius: .25rem !important;
    -o-border-radius: .25rem !important;
    font-family: 'Gotham Rounded Book';
    max-width: 100% !important;
}*/
form#login .form-control {
    padding: 4px 16px 4px 32px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    border: 1px solid #ddd;
}
form#login .form-control:focus {
    border: 1px solid #00539E !important;
}
.textbox-wrap{
position: relative;
}
.textbox-wrap i{
position: absolute;
    top: 14px;
    left: 12px;
    font-size: 18px;
    color: #005bad;
}

form#login .invalid-feedback {
    font-weight: bold;
    font-size: .75rem;
}

div#e-login {
    margin: 4px 0;
    position: inherit;
    text-align: center;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #d43f3a !important;
}

.video-responsive img {
    max-width: 100% !important;
    margin: 0;
}

/*.cv-accordion-item {
    border-bottom: 2px solid #ffffff;
    background: #fff;
}*/

.cv-accordion-item:last-child {
    border-bottom: 0;
}

.cv-card-accordion {
    background: #878787 url(../img/f_right.png) no-repeat;
    background-size: 20px;
    background-position: 97% center;
    color: white;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 50px;
    font-size: 15px;
    padding: 0 5%;
}
.cv-card-accordion-my {
    color: #001763;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: auto;
    font-size: 15px;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.cv-card-accordion-my:hover {
    background-color: #00000012;
}

.cv-accordion-item:first-child div.cv-card-accordion-my {
    /*border-top: 1px solid #0066CC;*/
}

.cv-btn-inscribete {
    /*width: calc(100% - 32px);*/
    width: 100%;
    margin: 16px 0 0 0;
    display: block;
    background: #FFA500 !important;
    color: #002060 !important;
    border-radius: 6px;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
}
.cv-btn-inscribete:hover {
    background-color: #fdc500 !important;
    color: #ffffff !important;
}

.cv-btn-enviar {
    width: 50%;
    display: block;
    background: #0066CC;
    color: #ffffff;
    border-radius: 6px;
    text-transform: inherit;
    font-size: 14px;
    float: right;
    margin-top: 20px;
}

.cv-lista-capitulo-curso {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 0 30px;
}

.cv-acordion_active {
    background-color: #001763 !important;
    color: #fff !important;
    /*background: #0089FB url(../img/f_bot.png) no-repeat;
    background-size: 20px;
    background-position: 97% center;*/
}

/*.menu-miscuros>div>div.cv-acordion_active {
    background: #ff2e45;
    color: #ffffff;
}*/
.menu-miscuros>div>div.cv-acordion_active {
    background-color: #002060;
    color: #ffffff;
}

/*.cv-accordion-item:first-child div {
    border-radius: 6px 6px 0 0;
}
.cv-accordion-item:last-child div {
    border-radius: 0px 0px 6px 6px;
}*/

.cv-accordion-modulo .cv-collapse-accordion {
    padding: 2% 5%;
    display: none;
}

.cv-collapse-accordion {
    color: #878787;
}

.video-responsive p {
    text-align: justify !important;
    width: 100%;
    font-size: .85rem;
}

.align-flex-start {
    align-items: flex-start;
}

.cv-btn--radius-100 {
    width: 100%;
    border-radius: 20px;
}

.cv-requisitos {
}
.cv-requisitos .titulo-requisitos{
 display: none;
}

h4.titulo-requisitos {
    font-size: 20px;
    color: #4F4F4F;
    font-weight: bold;
}

.texto-requisitos {
    font-size: 13px;
    line-height: 16px;
}

.texto-requisitos li {
    margin-bottom: 15px;
    text-align: justify;
}

.video-responsive iframe {
    width: 100%;
    margin-bottom: 10px;
}

.cv-btn_portal:hover a {
    color: #fff;
}

.cv-btn_portal a:hover,
.cv-btn_portal:active {
    text-decoration: none;
    color: #fff;
}

/*input.cv-input-buscador {
    background: #FFFFFF url(../img/ico-buscador.png) no-repeat;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px !important;
    height: 61px !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    background-position: 20px center;
}*/
input.cv-input-buscador {
    background: #FFFFFF url(../img/ico-buscador.png) no-repeat;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px !important;
    height: 61px !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    background-position: 20px center;
    padding-left: 56px;
}

.box-sidebar {
    padding: 12px 14px;
    background: #fff;
    border-radius: 8px;
}

.cv-progreso_curso {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    align-items: center;
    margin: 12px 0;
}

.cv-content_barra {
    border-radius: 12px;
    width: 100%;
    height: 14px;
    background: #f2f2f2;
    overflow: hidden;
}

.cv-barra_progreso {
    background: rgb(255, 46, 49);
    width: auto;
    height: 14px;
}

.cv-barra_progreso.miscursos {
    background: #0BD6AA;
    width: auto;
    height: 14px;
}

.cv-barra_progreso.cursoscompletos {
    background: #0BD6AA;
}

.cv-porcentaje_avance {
    color: #575756;
    width: 15%;
    font-weight: 500;
}

.cv-titulo_mycurso {
    position: absolute;
    top: 15%;
    color: #fff;
    width: 80%;
    left: 10%;
    text-align: justify;
    font-size: 15px;
}

.cv-imagen_mycurso {
    width: 100%;
}

.cv-imagen_mycurso img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

.sombra {
    display: block;
    width: 100%;
    height: inherit;
    background: #333333;
    /*position: absolute;*/
    opacity: 0.8;
}

.cv-btn_myinfoCurso {
    text-align: center;
}

/*a#btn-detalleCurso {
    font-size: 14px;
    color: #ffffff;
    width: 120px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background: #0066CC;
    border-radius: 6px;
}
.btn-detalleCurso.disabled{
    background: #BDBDBD !important;
    font-style: normal !important;
}*/

.container-cursoscompletos {
    /*background: #fff;
    padding: 4% 6%;*/
}

ul.tabs-estado-mycurso {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.tabs-estado-mycurso li {
    color: #002060;
    background: #e4e9fa;
    border-radius: 6px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 0 0 14px;
    font-size: 15px;
    cursor: pointer;
}

ul.tabs-estado-mycurso li:first-child {
    margin-left: 0;
}

ul.tabs-estado-mycurso li.active {
    /*background: #ff2e45;*/
    background-color: #002060;
    color: #fff;
}

.cursocompletos-fila {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.cursocompletos-titulo {
    width: 30%;
    font-size: 12px;
}

.cv-content_barra.cursoscompletos {
    width: 30%;
    margin: 0 5%;
}

.cursocompletos-avance {
    font-size: 14px;
}

.box-form {
    background: #ffffff;
    padding: 2% 5%;
}

.form-title-course {
    color: #4F4F4F;
    font-size: 30px;
    line-height: 105.5%;
    margin-bottom: 50px;
}

.form-subtitle-participante {
    font-size: 16px;
    line-height: 105.5%;
    color: #6F6F6F;
    margin-bottom: 16px;
}

.box-form input,
.box-form select {
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #6F6F6F;
}

.box-form input[type="text"]:focus {
    border: 1px solid #0066CC;
}

.box-form input[type="text"],
.box-form input[type="email"],
.box-form input[type="number"],
.box-form input[type="tel"],
.box-form select {
    font-size: 11px;
    vertical-align: text-top;
    height: 52px;
}

.titulo-inside-form {
    font-size: 14px;
    line-height: 105.5%;
    color: #4F4F4F;
    margin-bottom: 5px;
}

.subtitulo-inside-form {
    font-size: 8px;
    color: #4F4F4F;
}

.box-form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 11px;
    vertical-align: text-top;
}

.box-form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 11px;
    vertical-align: text-top;
}

.box-form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 11px;
    vertical-align: text-top;
}

.box-form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    font-size: 11px;
    vertical-align: text-top;
}

/*Footer*/

.footer-opt .opt {
    width: 30%;
    position: relative;
    float: left;
}

.footer-opt .opt-right {
    width: 40% !important;
    float: right !important;
    text-align: right;
}

footer#page-footer {
    height: 200px;
}

#page-footer li {
    padding: 5px;
}

footer {
    background: #373a3c;
    color: white;
    margin-top: 100px;
}

footer a {
    color: white;
    letter-spacing: normal;
}

footer a:hover,
footer a:focus {
    color: white !important;
    text-decoration: none;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}

footer h6 {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}


/*SOCÄ°AL Ä°CONS*/
/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */
.social-network a.icoFacebook:hover,
.social-network a.icoTwitter:hover {
    background-color: #3B5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoTwitter:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #F9F9F9;
}

/* FIN FOOTER */


/* Botones de edicion en el front page - ocultar */

/*div#page-content div.generalbox, div#page-content div.buttons {
    display: none;
}*/

/* Botones de edicion en el front page - ocultar */

/* Si no se quiere fixed la barra */

.fixed-top {
    position: relative !important;
}

.header-main {
    margin-top: 0 !important
}

.cv-botones_principal {
    margin-top: 0 !important;
}

.cv-banner {
    margin-top: 0 !important;
}

/* Si no se quiere fixed la barra -- fin */


/* Adicionales Forzados */

.fondoRojo {
    background: #0066CC !important;
}

/******* Tabs Curso **********/


.titulo-one-topic {
    position: relative;
    bottom: -15px;
    margin-top: 10px;
}

.titulo-one-topic h2 {
    font-size: 14px;
    font-weight: bold;
    color: #575656;
    line-height: 17px;
}

.slider.container {
    margin-top: 20px;
    height: 57px;
    position: relative;
    z-index: 0;
}

div.slider .wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto;
    /*background: #ededed;*/
    padding: 0;
}

.items {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    cursor: pointer;
}

/*div.slider .active-tab {
    background: #FF0000;
    color: #ffffff;
    cursor: grab;
}*/
div.slider .active-tab {
    background: #002060;
    color: #ffffff;
    cursor: grab;
}

.nav-item-course {
        display: inline-block;
    margin: 0 8px 0 0;
    user-select: none;
    color: #000;
    min-width: 92px;
    height: auto;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    background-color: #E4E9FA;
    text-align: center;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 10%); */
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 16px;
}

.nav-item-course:hover,
.nav-item-course:active {
    text-decoration: none;
    background-color: #d4d9e8;
}

.nav-item-course:last-child {
    margin-right: 30px;
}

div.slider .control {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    z-index: 2;
    background-color: #e4e9fa;
    border-radius: 40px;
    display: none;
}
div.slider .control:hover {
    background-color: #d4d9e8;
}
div.slider .prev,
div.slider .next {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.slider .prev {
    /*background-image: url('../img/ico-prev-arrow.png');*/
    left: 15px;
}

div.slider .next {
    /*background-image: url('../img/ico-next-arrow.png');*/
    right: 15px;
}
div.slider .prev::before {
    font-family: 'Material Icons';
    content: 'chevron_left';
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}
div.slider .next::before {
    font-family: 'Material Icons';
    content: 'chevron_right';
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}
/*div.slider .prev:active,
div.slider .next:active {
    transform: scale(0.8);
}*/

@media screen and (min-width: 500px) {
    div.slider .control {
        display: block;
    }

    .nav-item-course {
                min-width: 160px;
        height: auto;
        line-height: 24px;
        font-size: 15px;
        width: auto;
        margin: 0 6px;
        padding: 8px 24px;
    }

    div.slider .wrapper {
        width: calc(100% - 100px);
        background: none;
    }
}

@media screen and (min-width: 1200px) {
    .wrapper {
        margin-left: -30px;
    }

}




/* FIN TAB MENU */


/* PARRILLA APPS */

#box_app {
    display: none;
    position: fixed;
    width: 330px;
    top: 120px;
}

@media(min-width: 800px) {
    #box_app {
        top: 15%;

    }
}

.boxapp {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 100%;
    overflow-x: hidden;
    padding-top: 35px;
    padding-bottom: 10px;
    /*cambios 10-01-24 */
  /*   display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 40px 8px 8px 8px; */
}

.btn_box_cerrar {
    cursor: pointer;
}

.btn_box_abrir {
    cursor: pointer;
    background: #F2F2F2 url('../img/parrilla-v4.svg');
    border-radius: 11px;
    height: 43px;
    width: 47px;
    line-height: 36px;
    padding: 3px;
    background-repeat: no-repeat;
    color: transparent;
    display: inline-block;
    background-position: center;
    margin-left: 30px;
}

.cajaBOTONSERV {
    width: 104px;
    height: 90px;
    /* padding: 0px 5px 5px 5px; */
    overflow: hidden;
    border-radius: 10px;
    /* margin: -5px 0px 0px 0px !important; */
    text-align: center;
}

.txtmisservicios {
    color: #1878f5 !important;
    position: absolute;
    height: 20px;
    z-index: 1;
    left: 0px;
    top: 15px;
    LINE-HEIGHT: 15px;
    border: 0px solid;
}

.cajacontenedorSERV {
    /* max-width: 130px; */
    height: 107px;
    margin-left: 0px;
    line-height: -1.25;
    background-color: #f3f7ff;
    border: 1px solid #f7f8fa;
   /*  padding-top: 8px;
    border-radius: 10px; */
}

.txtbotonSERVICIOS {
    color: #535353 !important;
    font-size: 0.65rem;
    padding: 0px;
    LINE-HEIGHT: 10px;
    text-align: center;
    height: 0 !important;
}

.icono_servicios {
    max-width: 100% !important;
    height: auto !important;
}

.XcerrarSERV {
    color: #ffffff;
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 1;
    right: 6px;
    top: 10px;
    LINE-HEIGHT: 12px;
    border: 0px solid;
    border-radius: 15px;
    background-color: #cccccc;
}

@media(min-width: 700px) {
    .XcerrarSERV {}
}

@media(min-width: 900px) {
    .XcerrarSERV {
        right: 30px;
    }
}

.breadcrumb.custom a {
    font-size: 15px;
    color: #007fec;
    margin: 0 0 16px 0;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}
.rbVolver {
    position: relative;
    padding: 0 0 0 24px;
}
.rbVolver::before {
    position: absolute;
    font-family: 'Material Icons';
    font-size: 20px;
    content: 'arrow_back';
    left: 0;
    top: 0;
}

input.tab-check {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs-curso-avance {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab-curso-avance {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-curso-avance-label {
    display: flex;
    padding: 1em;
    background: #F7F8FA;
    font-weight: bold;
    cursor: pointer;
    color: #878787;
    border-bottom: 1px solid #DEDFE0;
    margin: auto !important;
}

/* Icon */
.tab-curso-avance-label:hover {
    background: darken(#2c3e50, 10%);
}

.tab-curso-avance-label::before {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    margin-right: 10px;
}

.tab-curso-avance-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all .35s;
    overflow: hidden;
    display: grid;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: darken(#2c3e50, 10%);
}



input:checked+.tab-curso-avance-label {
    background: #0089FB;
    color: #fff;
}

input:checked+.tab-curso-avance-label::before {
    transform: rotate(90deg);
}

input:checked+.tab-curso-avance-label~.tab-curso-avance-content {
    max-height: 300vh;
    padding: 1em 1.5em;
}

.tab-curso-avance-content ul.section {
    display: grid;
    margin: 50px auto 40px !important;
    padding-left: 0;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.tab-curso-avance-content ul.section li.activity .activityinstance>a {
    text-indent: 0;
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.tab-curso-avance-content ul.section li.activity .activityinstance>a img {
    width: auto;
    height: auto;
    margin-right: 0 !important;
    max-width: 60;
    border-radius: 30px;
}

.tab-curso-avance-content ul.section li.activity div.actions {
    display: none;
}

.tab-curso-avance-content ul.section li.activity span.instancename {
    margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
    font-weight: 600;
}

.tab-curso-avance-content ul.section li.activity:hover div.activityinstance a.aalink {
    text-decoration: none;
}

.tab-curso-avance-content ul.section li.activity:hover span.instancename {
    color: #237EF2;
}

div.newAvailabilityinfo {
    font-weight: 300;
    font-size: 10px;
    line-height: 0;
}

div.newAvailabilityinfo span.badge-info {
    display: block;
    width: 75px;
    background: #F33A4D;
    border-radius: 4px;
    height: 20px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}

div.newAvailabilityinfo strong a {
    font-size: 10px !important;
}

.estructura_uno {
    max-height: fit-content;
}

.completionprogress {
    display: none !important;
}

.course-content .section-navigation {
    display: none !important;
}
#region-main-box{  /* RB */
	padding: 0;
}
#region-main {
    border-radius: 8px;
    padding: 1.25rem;
}
.card {
    border-radius: 8px;
}

/* Start mantenimiento */
#region-main.has-blocks {
    padding: 1.25rem !important;
}


@media (min-width: 992px) {
    #box_app {
        position: absolute;
        width: 360px;
        height: 370px;
        top: 94px;
        z-index: 99999;
    }
}

.dropdown-menu {
    z-index: 2000 !important;
}

.modal-contenido {
    width: 20%;
    padding: 20px 40px;
    margin: 20% auto;
    position: relative;
    background: #FFFFFF;
    border-radius: 14px;
    text-align: center;
}

.modal-custom {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 1s;
}

#notvaliduser:target {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

.modal-close {
    position: absolute;
    right: 30px;
}

.modal-mensaje {
    margin-top: 30px;
}


/* FIN PARRILLA APPS */

/* Responsive */

@media (max-width: 680px) {
    .navbar-expand .navbar-nav {
        width: 100%;
    }

    .cv-btn {
        /*height: 35px !important;
        line-height: 0.5rem !important;*/
    }

    div.header-menubar li.nav-item {
        width: 100%;
    }

    div.header-menubar li.nav-item .float-right {
        width: 100%;
        text-align: center;
    }

    #btnVerLogin {
        margin-bottom: 5px !important;
    }

    .header-main {
        background: transparent;
    }

    .header-menubar {
        height: 130px !important;
    }

    .cv-content-info-cursos {
        width: 100%;
    }

    .cv-item_curso {
        width: 100%;
    }
}


/*************************************/
.responsive-inicio {
    display: none;
}

.filtro_inicio_responsive {
    display: none;
}

.btn_box_abrir2 {
    display: none;
}

.responsive_menu_1 {
    display: none;
}

.modal-content {
    border-radius: 20px;
}

.responsive_detalle {
    display: none;
}

.icono_filtro2 {
    display: none;
}

@media (max-width: 900px) {

    .header-menubar {
        height: 123px !important;
        background: #0066CC !important;
    }

    .filtro_inicio_responsive {
        display: block;
        font-size: 15px;
    }

    .responsive-inicio {
        display: block !important;
    }

    .btn-login {
        color: #ffffff;
        background-color: #0066CC;
        line-height: 40px;
        margin-right: 0px;
        width: 50%;
        border-radius: 0;
    }

    .btn-register {
        color: #6F6F6F;
        border: 0px solid #6F6F6F;
        box-sizing: border-box;
        line-height: 38px;
        border-radius: 0;
        width: 50%;
        margin-left: -5px;
    }

    .homepage-carousel {
        z-index: -1 !important;
        position: relative !important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        z-index: -1 !important;
    }

    .responsive-user {
        margin-top: -44px;
    }

    .responsive-user span.usertext.mr-1 {
        display: block !important;
        font-size: 12px;
        float: left;
    }

    .navbar-expand .navbar-nav {
        justify-content: right;
        min-width: 100px !important;
    }

    .col-3.col-sm-3.col-md-1.col-lg-1.col-xl-1.text-center.px-0.py-0.mr-5.mt-2 {
        position: relative;
        top: -64px;
        left: 10%;
    }

    .row.boxapp {
        position: relative;
        left: -64%;
    }

    .txtmisservicios {
        color: #1878f5 !important;
        position: absolute;
        height: 20px;
        z-index: 1;
        left: -25px;
        top: 15px;
        LINE-HEIGHT: 15px;
        border: 0px solid;
    }

    .btn_box_abrir2 {
        cursor: pointer;
        background: #F2F2F2 url(../img/img_menu.png);
        border-radius: 11px;
        height: 36px;
        width: 34px;
        line-height: 36px;
        padding: 3px;
        background-repeat: no-repeat;
        color: transparent;
        display: inline-block;
        background-position: center;
    }

    .responsive_menu_1 {
        position: relative;
        top: -55px;
        left: -15%;
    }

    .responsive_menu_2 {
        position: relative;
        top: -55px;
        left: -10%;
    }

    .menu_responsive_1 {
        left: 240px;
        position: relative;
        z-index: 9;
    }

    .menu_responsive_2 {
        width: 100%;
        background: white;
        position: relative;
        z-index: 9;
    }

    .container {
        width: 100% !important;
        /*padding: 0px !important;*/
    }

    .menu_opcion_responsive {
        font-size: 14px;
        font-style: normal;
        text-align: left;
        background: #F7F8FA;
        color: #6F6F6F;
        padding: 7px 0px 7px 0px;
        margin: 3px 0px 3px 0px;
    }

    .menu_opcion_responsive a {
        margin-left: 30px;
        color: #6F6F6F;
    }

    .cv-content-info-cursos {
        width: 100% !important;
        background: white !important;
    }




    div#page-content {
        width: 90%;
        margin: auto;
    }

    div#page {
        background: white;
    }

    .img_responsive_detalle {
        width: 5%;
        float: left;
        margin-right: 10px;
    }

    .img_responsive_detalle_2 {
        width: 12px;
        float: left;
    }

    .titulo_responsive {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 105.5%;
        color: #4F4F4F;
        display: inline;
        position: relative;
        top: -15px;
    }

    /*.breadcrumb.custom {
        border: none;
        width: 100%;
        position: relative;
        left: -20px;
    }*/

    .content-accordion {
        width: 100%;
    }

    footer {
        background: #373a3c;
        color: white;
        margin-top: 0px;
        height: 120px;
    }

    .icono_filtro {
        width: 70px;
        float: right;
    }

    .icono_filtro2 {
        display: block;
        width: 70px;
        float: right;
    }

    .responsive_menu_filtro {
        margin-top: 20px;
    }

    #box_app {
        z-index: 99;
    }

    .footer_responsive {
        width: 100% !important;
    }

    .detalle_web {
        display: none;
    }

    .cv-texto-descripcion-responsive {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px 25px 1px 0px;
        font-size: 14px;
    }

    .cv-requisitos-responsive {
        padding: 0px 25px 1px 0px;
    }

    h4.titulo-requisitos {
        font-size: 20px;
        font-weight: bold;
        color: #FF0000;
    }

    .cv-card-accordion {
        background: #0089FB url(../img/f_right.png) no-repeat;
        background-size: 20px;
        background-position: 97% center;
        color: white;
        display: flex;
        align-items: center;
        cursor: pointer;
        height: 50px;
        font-size: 15px;
        padding: 0 5%;
    }

    .menu-miscuros {
        display: none;
    }

    .footer-middle {
        padding-top: 2em;
        color: white;
        padding: 10px;
    }

    /* .d-flex.flex-wrap {
		display: none !important;
	} */

    ul.nav.nav-tabs.mb-3 {
        display: inline;
    }

}

.section li.activity {
    margin-bottom: 30px !important;
}

.section li.activity .activityinstance {
    width: 100%;
}

.section .activity .availabilityinfo,
.section .activity .contentafterlink {
    display: none;
}

.icono-redes img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(2%) saturate(9%) hue-rotate(346deg) brightness(96%) contrast(87%);
}

.icono-redes img:hover {
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(104%) contrast(100%);
}

span.footer-texto.footer-2.fContentTitle b {
    font-size: 18px;
}

.footer-pad p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .055rem;
}

.footer-pad-nos p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: .055rem;
    margin-bottom: 20px;
}

.footer-pad-nos p a:active {
    color: #ffffff;
}

.footer-pad-nos h4 {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 24px;
    color: #fff;
}

.footer-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10%;
    position: relative;
    top: 5px;
}

.footer-3 {
    font-size: 1rem;
    margin-right: 10%;
    position: relative;
    top: 4px;
    left: 5px;
}


[class^=imghvr-] a {
    top: 59px !important;
}

[class^=imghvr-] figcaption {
    padding: 0px !important;
}


/* Popup demo */

/*Modal Tutoriales para el aula virtual*/
.modal-p {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modal-p:target {
    opacity: 1;
    pointer-events: auto;
}

.modal-p>div {
    width: 50%;
    position: relative;
    margin: 2% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close-p {
    background: #606061;
    color: #FFFFFF !important;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}


@media (max-width: 600px) {
    section.d-print-none {
        width: 100% !important;
    }

    iframe {
        width: 400px !important;
    }

    #region-main.has-blocks {
        width: 100% !important;
        padding: 0;
    }

    .iconos_web {
        display: none;
    }

    .iconos_movil {
        display: block !important;
    }

    .imagen_popup {
        width: 100% !important;
        height: auto !important;
        margin: auto !important;
        margin-top: 25px !important;
    }

    .modal-p>div {
        width: 80% !important;
    }


}

.icono_curso_movil {
    width: 33%;
    float: left;
    margin-top: 25px;
    height: 160px;
}

.icono_curso_web {
    width: 20%;
    float: left;
    margin-top: 25px;
    height: 160px;
}


/* Estilo Bloque Recursos */

span.b-recursos-titulo-unidad {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
}

ul.b-recursos-lista {
    padding-left: 0;
}

ul.b-recursos-lista li {
    list-style: none;
    background: url(../img/icono_modulo_recurso.png);
    background-repeat: no-repeat;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 45px;
    vertical-align: middle;
    font-size: 12px;
    display: table;
}

ul.b-recursos-lista li a {
    display: table-cell;
    vertical-align: middle;
}

/* Fin estilos bloque recursos */
.header-logo-lmssharky {
    margin-left: 40px;
}

img.userpicture.defaultuserpic {
    width: 36px !important;
    float: left !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-right: 20px !important;
}

.userpicture {
    border-radius: 50% !important;
}

.icono_help img {
    /* margin-top: 9px; */
}

div[data-region="popover-region-messages"] a {
    display: none !important;
}

i.icon.fa.fa-bell.fa-fw {
    font-size: 36px !important;
    margin-right: -3px;
    margin-left: 8px !important;
    margin-top: 19px !important;
}



span.rol {
}

a.icono_help:hover {
    background: #0066CC !important;
}

h4.titulo_popup {
    color: #237EF2;
    text-align: center;
    font-size: 30px;
}

p.contenido_popup {
    color: #2F3B55;
    font-weight: 350;
    font-size: 16px;
    text-align: justify;
    line-height: 128.3%;
    text-align: justify;
}

.enlace_popup {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #237EF2;
    text-align: center;
}

.imagen_popup {
    width: 461px;
    height: 243px;
    margin: auto;
    margin-top: 25px;
}

.modal-body h4 {
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #2F3B55;
    font-weight: bold;
    margin-top: 30px;
}

.modal-body p {
    font-style: normal;
    font-weight: 325;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2F3B55;
    margin-top: 15px;
}

.modal-header-custom {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.modal-header-custom .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    font-size: 2.5rem;
    font-weight: 100;
}

.modal-header-custom img {
    margin-top: 10px !important;
}

.modal-header-custom .custom-close {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    background: transparent;
}

.modal-header-custom .custom-close {
    font-size: 35px;
}

.modal-validate-perfil-preinscription.show,
.modal-validate-delete-preinscription.show {
    display: block;
}

.modal-validate-perfil-preinscription,
.modal-validate-delete-preinscription {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-body {
    padding: 20px 56px;
}

.modal-body a {
    color: #237EF2;
    text-decoration: underline;
}

a.modal-button-aceptar {
    padding: 10px 14px;
    background: #237EF2;
    border-radius: 6px;
    color: #FAFAFA !important;
    font-size: 14px;
    width: 119px;
    height: 43px;
    margin: 15px 0;
    display: inline-block;
    box-shadow: 0px 5px 1px #1258b1;
    text-decoration: none;
    font-weight: 600;
}

#page-mod-quiz-mod #id_reviewoptionshdr .review_option_item {
    width: auto !important;
    height: auto !important;
}


#nav-drawer .list-group li {
    margin-bottom: 5px !important;
}

.list-group-item {
    background-color: #FAFAFA !important;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    border: 0 !important;
    color: #2F3B55 !important;
}

.list-group-item.active {
    background-color: #D6E3FD !important;
}

span#close-drawer {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 20px;
    color: #808183;
    cursor: pointer;
}

.curso-programa-contenedor{
    display:flex; 
    gap:10px; 
    margin-bottom:16px;
    align-items: center;
}

.cv-cursos-programa-titulo{
    background: #0089FB;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding: 17px 34px;
    margin-bottom: 25px;
}

.curso-programa-estado{
    width: 114px;
    padding: 6px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 650;
    border-radius: 4px;
}

.curso-programa-titulo-largo {
    color: #595959;
    font-size: 13px;
    font-weight: 325;
    line-height: 15px;
    letter-spacing: 0.42px;
    width: calc(100% - 124px);
}

a.modal-button-yes {
    padding: 10px 20px;
    background: #F8F9FA;
    border-radius: 6px;
    color: 237EF2 !important;
    font-size: 14px;
    height: 37px;
    margin: 15px 0;
    display: inline-block;
    box-shadow: 0px 6px 1px #EAE9E6;
    text-decoration: none;
    font-weight: 600;
}

a.modal-button-no {
    padding: 10px 20px;
    background: #237EF2;
    border-radius: 6px;
    color: #FAFAFA !important;
    font-size: 14px;
    height: 37px;
    margin: 15px 0;
    display: inline-block;
    box-shadow: 0px 5px 1px #1258b1;
    text-decoration: none;
    font-weight: 600;
    margin-left: 30px;
}

.modal-confirm-text{
    margin-top: 25px;
    font-weight: bold !important;
}

.content-detail-program {
    padding: 18px 0 !important;
}

.footer-pad-nos > p > a {
    opacity: .6;
}

@media (max-width: 767.98px) {

    body.drawer-open-left,
    body.drawer-open-right {
        overflow: auto !important;
    }

    .cv-cursos-programa{
        position: relative;
    }
}

/* RB LOGIN */

.rbLogin {
    background-color: #e4e9fa !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    border: none !important;
    padding: 30px !important;
    margin-top: 3rem !important;
}
.rbLogin .custom-login {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0;
}

.rbLogin .custom-login .form-input {
    width: 100% !important;
    padding: 0 12px 0 44px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    background-color: white;
    max-width: 100% !important;
    height: 48px !important;
}

        .password-toggle {
            position: absolute;
    right: 14px;
    top: 14px;
    border: none;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    height: 20px;
    width: 23px;
        }
        .password-toggle:hover, .password-toggle:focus {
    background-color: transparent !important;
        }
        
            .password-toggle i {
                position: relative !important;
    top: 8px !important;
    left: auto !important;
        }
        .password-toggle .material-icons {
                position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    opacity: .6;
        }
.rbLogin .custom-login .login-container {
    display: flex;
    flex-direction: column;
}
.rbLogin .custom-login .login-container .terms-label input[type="checkbox"] {
    height: 20px;
}
.rbLogin .custom-login .login-container .login-button {
    margin: 0;
    padding: 0;
    height: 48px;
    background-color: #FFA323;
    color: #0e1d61;
    font-weight: 700;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
}
.rbLogin .custom-login .login-container .login-button:hover {
    color: #fff;
    background-color: #ff8800;
}
.rbLogin .custom-login .login-container  .forgot-password {
    text-align: center;
    margin-top: 1.5rem;
}
.rbLogin .custom-login .login-container .forgot-password a {
    color: #001763;
    /* text-decoration: none; */
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}


 /* SIGN UP */
 
body#page-login-signup .card-title {
    display: none !important;
}
body#page-login-signup .card {
    background-color: #e4e9fa !important;
    box-shadow: none !important;
    border-radius: 16px !important;
    border: none !important;
    padding: 30px !important;
    }
    
    
body#page-login-signup .card-body {
    padding: 0 !important;
    margin: 0 !important;
    }
 
 body#page-login-signup .card form {
    margin: 0 !important;
    padding: 0 !important;
    }
 
 
.signup-container input[type="text"]:focus{
    border: 2px solid #001763;
}
#page-login-signup form .signup-container {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0;
    gap: 1rem;
}
#page-login-signup .container-fluid .col-md-8.col-xl-6 {
    padding: 0;
}
.signup-container {
    display: flex;
    width: 100%;
    padding: 30px;
    margin: 3rem auto 0 auto;
    border-radius: 12px;
    background-color: #e4e9fa;
    flex-direction: column;
    gap: 1rem;
}

.documento-container {
                display: flex;
                grid-template-columns: 100px 1fr;
                gap: 0;
                margin-bottom: 0;
                /*align-items: start;*/
                flex-direction: column;
            }

.signup-container .input-group {
                position: relative;
                max-width: 100%;
    margin-bottom: 0;
            }

.signup-container .col-form-label{
display: none !important;

}




select[name="tipo_documento"] {
                width: 100%;
                padding: 0.75rem;
                border: 1px solid #ddd;
                border-radius: 6px;
                background-color: white;
                font-size: 0.875rem;
                color: #2d3748;
                height: 48px;
            }

            .form-input {
                width: 100%;
                /*padding: 0.75rem 1rem 0.75rem 2.5rem;
                border: 1px solid #e2e8f0;
                border-radius: 0.375rem;
                background-color: white;*/
                font-size: 0.875rem;
                color: #2d3748;
                /*height: 42px;*/
                margin: 0;
            }

            .form-input::placeholder {
                color: #a0aec0;
            }
            
            #fitem_id_submitbutton{
                margin: 0;
            }
            
            .documento-container #fitem_id_tipo_documento .form-inline{
            flex: 0 0 100%;
                max-width: 100%;
            }
            
            
            #fitem_id_numero_documento .form-control{
             padding-left: 12px;
            }
            
            
            #page-login-signup #fitem_id_numero_documento .form-inline, #page-login-signup #fitem_id_firstname .form-inline, #page-login-signup #fitem_id_lastname .form-inline, #page-login-signup #fitem_id_apellido_paterno .form-inline, #page-login-signup #fitem_id_apellido_materno .form-inline, #page-login-signup #fitem_id_email .form-inline, #page-login-signup #fitem_id_password .form-inline, #page-login-signup #fitem_id_submitbutton .form-inline{
            flex: 0 0 100%;
                max-width: 100%;
                padding: 0;
            }
            
            
            
            #fitem_id_submitbutton input{
                    margin: 0;
    padding: 0;
    height: 48px;
    background-color: #FFA323 !important;
    color: #002060 !important;
    font-weight: 700;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
            }
              
            
            #fitem_id_submitbutton input:hover{
    color: #fff !important;
    background-color: #ff8800 !important;
            } 
               
               
           
            
            
            .fdescription{
             display: none !important;
            }
            .input-group i {
                position: absolute;
                left: 1rem;
                top: 24px;
                transform: translateY(-50%);
                color: #a0aec0;
                z-index: 1;
            }
            .input-group .material-icons {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}

    
            .input-container .material-icons {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}
            
            
            
            
            

            .terms-container, .privacy-policy-section {
                margin: 0 0 1rem 0;
            }
            
            .privacy-policy-section input[type="checkbox"]+label {
                margin: 0;
            }
            
            
            
            

            .terms-label, .form-check-label, .checkbox input[type="checkbox"]+label {
                /*display: flex;
                gap: 0.5rem;*/
                font-size: 14px !important;
                color: #4a5568;
                line-height: 1.5;
                margin: 0;
            }


            .terms-label a, .form-check-label a, .checkbox input[type="checkbox"]+label a {
                color: #000066;
                text-decoration: underline;
                font-weight: 600;
            }




.terms-container .terms-checkbox .col-md-3 {
    display: none !important;
}
.terms-container .terms-checkbox .checkbox {
    max-width: 100% !important;
    flex: 0 0 100% !important;
}
.terms-container .terms-checkbox .checkbox .ml-2 {
    display: none !important;
}



            .submit-button {
                width: 100%;
                padding: 0.875rem;
                background: #ff9933;
                color: white;
                border: none;
                border-radius: 0.375rem;
                font-size: 0.95rem;
                font-weight: 500;
                cursor: pointer;
            }

            .password-container {
                position: relative;
            }

.passwor-container .was-validated .form-control:invalid, .password-container .form-control.is-invalid {
    /* background: red; */
    background-position: right calc(.375em + 2.1875rem) center !important;
}

            .fitem.required {
                position: relative;
            }

            .fitem.required::before {
                content: "â—";
                position: absolute;
                right: -1.5rem;
                top: 50%;
                transform: translateY(-50%);
                color: #ff0000;
                font-size: 0.875rem;
            }



#page-login-signup .felement .form-control{
    width: 100% !important;
    height: 48px !important;
    padding: 10px 0 10px 42px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#page-login-signup .documento-container .felement .form-control{
    padding: 10px 0 10px 12px;
}
















.rbLogin .left-column {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}

.login-logo {
    width: 48px;
    height: 48px ;
    margin-bottom: 2rem;
}

.left-column h2 {
    color: #001763 !important;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px !important;
}
.left-column p {
    color: #0E1D61;
    line-height: 1.3;    
    font-size: 17px; 
    margin: 0;   
}

.rbLogin .right-column {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.right-column .login-form{
    margin: 0 !important;
}

.terms-label {
    display: flex;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #4a5568;
    line-height: 1.5;
}

.terms-label a {
    text-decoration: underline;
    color: #001763;
    font-weight: 700;
}

.back-link {
    color: #001763;
    text-decoration: none !important;
    font-size: 1.5rem;
    margin-bottom: 16px;
    display: inline-block;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    background-color: #ffffff20;
}
.back-link:hover {
    background-color: #ffffff80;
}
.confirmation-message h3 {
    font-size: 17px;
    color: #2d3748;
    margin: 0 0 16px 0;
    font-weight: 500;
}
.confirmation-message h3 span {
    font-weight: 600;
}
.confirmation-message p {
    color: #0E1D61;
    line-height: 1.2;
    font-size: 16px;
    margin: 0 0 14px 0;
}

.verification-content {
    width: 100%;
    margin: 0 auto;
}
.verify-button {
    font-weight: 700;
    border-radius: 6px;
    font-size: 16px;
    background-color: #ddd;
    color: #00000060;
    margin: 8px 0 24px 0;
    width: 100%;
    height: 48px;
    padding: 0;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s;
}

.verify-button:hover {
    background: #ddd;
    color: #00000060;
    text-decoration: none;
    cursor: none;
}


.resend-section {
    color: #001763;
    margin: 0;
    line-height: 20px;
    padding: 14px 0 0 0;
    border-top: 1px solid #00000020;
}
.resend-section span{ 
    font-size: 15px;
    opacity: .5;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.resend-link {
    color: #307fde !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    width: 100%;
    background-color: transparent;
    border: 2px solid #307fde;
    display: inline-block;
    padding: 8px;
    border-radius: 6px;
}
.resend-link:hover {
    color: #fff !important;
    background: #307fde;
    text-decoration: none;
}

.verification-success-container {
}

.success-content {
    width: 100%;
}

.logo-section {
}

.success-content h2 {    
    color: #001763;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.success-content p {
    color: #0E1D61;
    line-height: 1.3;    
    font-size: 17px;
    margin-bottom: 30px;
}

.success-button {
    background-color: #ff9933;
    display: block;
    width: auto;
    text-align: center;
    float: right;
    height: 48px;
    font-weight: 600;
    color: #0e1d61;
    transition: background-color 0.2s;
    text-decoration: none !important;
    line-height: 48px;
    border-radius: 8px; 
    padding: 0 24px   
}

.success-button:hover {
    background-color: #ff8800;
    color: #fff;
}
@media only screen and (min-width: 800px) {
.rbLogin {
    padding: 40px !important;
}
body#page-login-signup .card {
    padding: 40px !important;
    }
.rbLogin .custom-login .login-container {
    flex-direction: initial;
}
.rbLogin .left-column {
    width: 53%;
    padding: 0 7% 0 0;
}
.rbLogin .right-column {
    width: 47%;
}
#page-login-signup form .signup-container {
    gap: 0;
    flex-direction: initial;
}
.signup-container {
    gap: 0;
    flex-direction: initial;
    padding: 40px;
    width: 50%;
    
}
.signup-container .left-column {
    width: 53%;
    padding: 0 7% 0 0;
}
.signup-container .right-column {
    width: 47%;
}
.documento-container {
                gap: .5rem;
                flex-direction: initial;
            }

            .signup-container .input-group {
    margin-bottom: 1rem;
            }
}
   .signup-container .form-inline .input-group, .signup-container .form-inline .custom-select {
        width: 100% !important;
    }








        .form-field {
            margin-bottom: 1rem;
        }

        .input-container {
            position: relative;
        }

        .signup-container .form-input {
            width: 100%;
            padding: 0;
            font-size: 0.95rem;
            margin: 0;
        }

        .form-input::placeholder {
            color: #666;
        }


            .login-container {
                flex-direction: column;
                gap: 1rem;
            }
            
            
            
.optionicon .icon {
    border-radius: 4px !important; 
}

.aContact {
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
    line-height: 24px;
}
.aContact .material-icons{
    font-size: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

.container-button-automatricula{
    text-align: center;
}


#selfenrolbutton {
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 40%;
}

#selfenrolbutton:hover {
    background-color: #218838;
}














