/******** Roboto *******/
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('../../UtileriasGenerales/Fuentes/Roboto/Roboto-Thin.ttf') format('truetype');
}
/***** ESTILOS GLOBALES PARA ETIQUETAS *****/
body{
    background: #EFF3F5;
}

img{
    width: 100%;
}

/***** CLASES DE APOYO PERSONALIZADOS *****/
/* Backgrounds */
.cap-bg-gray1{
    background-color: #9E9EA9;
}

.cap-bg-blue1{ /* (Categoria / Corporativo) */
    background-color: #2B4DCA;
}

.cap-bg-blue2{ /* (Categoria / Nivel Senior) */
    background-color: #37B1EA;
}

.cap-bg-turquoise1{ /* (Categoria / Nivel Junior, Nivel B2B) */
    background-color:#6AD0BD;
}

.cap-bg-purple1{ /* (Categoria / SoftSkills) */
    background-color: #AF3DF5;
}

/* Colors */
.cap-color-gray1{
    color: #9E9EA9;
}

.cap-color-blue1{ /* (Categoria / Corporativo) */
    color: #2B4DCA;
}

.cap-color-blue2{ /* (Categoria / Nivel Senior) */
    color: #37B1EA;
}

.cap-color-turquoise1{ /* (Categoria / Nivel Junior, Nivel B2B) */
    color:#6AD0BD;
}

.cap-color-purple1{ /* (Categoria / SoftSkills) */
    color: #AF3DF5;
}

/* Border Width */
.cap-b-width-1{
    border-width: 1px;    
}

.cap-b-width-2{
    border-width: 2px;    
}

.cap-b-width-3{
    border-width: 3px;    
}

.cap-b-width-4{
    border-width: 4px;    
}

.cap-b-width-5{
    border-width: 5px;    
}

/* Border Color */
.cap-b-color-gray1{
    border-color: #9E9EA9;
}

.cap-b-color-blue1{ /* (Categoria / Corporativo) */
    border-color: #2B4DCA;
}

.cap-b-color-blue2{ /* (Categoria / Nivel Senior) */
    border-color: #37B1EA;
}

.cap-b-color-turquoise1{ /* (Categoria / Nivel Junior, Nivel B2B) */
    border-color:#6AD0BD;
}

.cap-b-color-purple1{ /* (Categoria / SoftSkills) */
    border-color: #AF3DF5;
}

/* Box-shadow */
.cap-b-shadow-blue1{ /* (Categoria / Corporativo) */
    box-shadow: 0 10px 40px -5px rgba(43, 77, 202, .30);
    
}

.cap-b-shadow-blue2{ /* (Categoria / Nivel Senior) */
    box-shadow: 0 10px 40px -5px rgba(55, 177, 234, .30);
}

.cap-b-shadow-turquoise1{ /* (Categoria / Nivel Junior, Nivel B2B) */
    box-shadow: 0 10px 40px -5px rgba(106, 208, 189, .30);
}

.cap-b-shadow-purple1{ /* (Categoria / SoftSkills) */
    box-shadow: 0 10px 40px -5px rgb(175, 61, 245, .30);
}


/***** SECCIÓN - PORTADA PRINCIPAL *****/
.cmp_coverpage_main {
    position: relative;
    height: auto;
}

.cmp_coverpage_main .cnt_img_gradient{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.cmp_coverpage_main .cnt_img_gradient .img_bg{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cmp_coverpage_main .cnt_img_gradient .filter_gradient{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(30deg, #fff 50%, rgba(255,255,255, 0.5));
}

.cmp_coverpage_main .cnt_segments{
    z-index: 2;
    position: relative;
    width: 100%;
    display: flex;
}

.cmp_coverpage_main .cnt_segments .cnt_info_l{
    width: 60%;
    padding: 50px 0 20px;
}

.cmp_coverpage_main .cnt_info_l .info_title{
    margin: 0;
    height: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
}

.cmp_coverpage_main .cnt_info_l .info_descr{
    margin: 0 0 20px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
}

.cmp_coverpage_main .cnt_segments .cnt_info_r{
    width: 40%;
    padding: 50px 0 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;    
}

/***** SECCIÓN - TARJETA CURSO *****/
.cmp_card_course{
    position: absolute;
    width: 350px;
    height: auto;
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
}

.cmp_card_course .cnt_header_info{
    height: 200px;   
    overflow: hidden; 
}

.cmp_card_course .cnt_img_course{
    width: 100%;
    height: 100%;
}

.cmp_card_course .cnt_img_course img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmp_card_course .cnt_body_info{
    margin-top: -55px;
}

.cmp_card_course .cnt_body_info .cnt_insignia img{
    width: 100px;
    padding: 5px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2)
}

/***** SECCIÓN - HISTORIAL DE ACTIVIDAD *****/
.cmp_history_activity{
    width: 60%;
    margin-bottom: 180px;
}

/***** SECCIÓN -    REPRODUCTOR DE CURSO *****/
.cpm_button_play_intro {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content:center;
    align-items:center;
}

.cpm_button_play_intro i{
    color: white;
    font-size: 50px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
}
/***** SECCIÓN - PIE DE PÁGINA *****/
footer {
/*    background: #0099D7;
    color: rgba(255,255,255,1);
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;*/
}

footer p,
footer .social-icon li span {
    /*color: #aaa;*/
}

footer .social-icon {
    padding: 0;
    margin: 0px 0 0;
}

footer .social-icon img {
    display: block;
    margin: 0 auto;
    /*margin-bottom: 10px;*/
    width: 65px;
}

footer .social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li #lock-icon {
    border-radius: 100px;
    border: 1px solid transparent;
    color: rgba(255,255,255,1);
    font-size: 18px;
    width: 50px;
    /*height: 50px;*/
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    padding: 0px;
    /*margin-top: 14px;*/
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
    top: 0px;
}

.social-icon li #lock-icon:hover {
    background: #ffffff;
    color: #00B2E2 !important;
}

/***** SECCIÓN - VISOR MODAL DE CURSO *****/
.cmp_intro_course {
    position: relative;
    margin-top: 0;
    padding-bottom: 57.25%;
    height: 0;
    overflow: hidden;
}

.cmp_intro_course .embedded_course {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmp-responsive-w-dialog {
    max-width: 90%;
}

/***** MEDIA QUERIES / MAX-WIDTH *****/
@media only screen and (max-width: 992px) {
    /***** SECCIÓN - PORTADA PRINCIPAL *****/
    .cmp_coverpage_main .cnt_segments .cnt_info_l{
        width: 50%;
    }   

    .cmp_coverpage_main .cnt_info_l .info_title{
        height: 110px;
        font-size: 30px;
    }

    .cmp_coverpage_main .cnt_info_l .info_descr{
        height: 65px;
        font-size: 14px;
    }    
    
    .cmp_coverpage_main .cnt_segments .cnt_info_r{
        width: 50%;
    }

    /***** SECCIÓN - TARJETA CURSO *****/    
    .cmp_card_course{
        width: 300px;
    }    

    .cmp_card_course .cnt_header_info{
        height: 150px;
    }

    /***** SECCIÓN - HISTORIAL DE ACTIVIDAD *****/
    .cmp_history_activity{
        width: 50%;    
        margin-bottom: 140px;
    }

    /***** SECCIÓN - VISOR DE CURSO *****/    
    .cmp_intro_course{
        
    }    
}

@media only screen and (max-width: 768px){
    /***** ESTILOS GLOBALES PARA ETIQUETAS *****/
    body{
        background: #fff;
    }

    /***** SECCIÓN - PORTADA PRINCIPAL *****/    
    .cmp_coverpage_main .cnt_img_gradient .filter_gradient{
        background: linear-gradient(30deg, #fff 70%, rgba(255,255,255, 0.5));
    }

    .cmp_coverpage_main .cnt_segments{
        display: block;
    }
    
    .cmp_coverpage_main .cnt_segments .cnt_info_l{
        width: 100%;
        padding: 20px 0 0;
    }   

    .cmp_coverpage_main .cnt_info_l .info_category{
        text-align: center;
    }

    .cmp_coverpage_main .cnt_info_l .info_title{
        margin: 0 0 20px;
    }
        
    .cmp_coverpage_main .cnt_info_l .info_title,
    .cmp_coverpage_main .cnt_info_l .info_descr{
        height: auto;
        overflow: inherit;
        text-overflow: inherit;
        display: block;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: inherit;    
        text-align: center;
    }

    .cmp_coverpage_main .cnt_segments .cnt_info_r{
        width: 100%;
        margin-top: 10px;
        padding: 0 0 10px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start; 
    }   

    /***** SECCIÓN - TARJETA CURSO *****/
    .cmp_card_course{
        position: relative;
        width: 350px;
    }    

    /***** SECCIÓN - HISTORIAL DE ACTIVIDAD *****/
    .cmp_history_activity{
        width: 100%;
        margin-bottom: 50px;
    }
    
}

@media only screen and (max-width: 576px){
    /***** SECCIÓN - PORTADA PRINCIPAL *****/    
    .cmp_coverpage_main .cnt_info_l .info_title{
        font-size: 25px;
    }

    .cmp_coverpage_main .cnt_info_l .info_descr{
        display: none;
    }
    
    /***** SECCIÓN - TARJETA CURSO *****/    
    .cmp_card_course{
        position: relative;
        width: 100%;
    }

    /***** SECCIÓN - VISOR DE CURSO *****/
    .cmp-responsive-w-dialog {
        margin-top: 40px;
        max-width: 95%;
        margin-left: 25px;
    }    
}
/********************  ModalPopup **********************/
.progressbar {
    background-color: White;
    display: block;
    position: absolute;
    padding: 10px 11px;
    border: solid 10px #000;
    border-width: 0px;
}

.backgroundprogressbar {
    background-color: rgba(255,255,255,0.9);
    opacity: 0.90;
    filter: alpha(opacity=90);
}
/************* PROGRESSBAR *******************/
.CssDivProgressBarSavingCal {
    position:absolute;
    top:320px;
}
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100px;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}
.progress .indeterminate {
    background-color: #26a69a;
}
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    100% {
        left: 100%;
        right: -90%
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    100% {
        left: 107%;
        right: -8%
    }
}