/* Minification failed. Returning unminified contents.
(1475,19): run-time error CSS1038: Expected hex color, found '#cccc'
(1554,16): run-time error CSS1038: Expected hex color, found '#cccc'
(1559,16): run-time error CSS1038: Expected hex color, found '#cccc'
 */

/*-----------------------------------MAIN--------------------------------------*/
@charset "UTF-8";

@font-face {
    font-family: 'Trade Gothic';
    src: url('../fonts/TradeGothicLTStd.eot');
    src: url('../fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd.woff') format('woff'), url('../fonts/TradeGothicLTStd.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Light';
    src: url('../fonts/TradeGothicLTStd-Light.eot');
    src: url('../fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Light.woff') format('woff'), url('../fonts/TradeGothicLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold';
    src: url('../fonts/TradeGothicLTStd-Bd2.eot');
    src: url('../fonts/TradeGothicLTStd-Bd2.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Bd2.woff') format('woff'), url('../fonts/TradeGothicLTStd-Bd2.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trade Gothic Bold Oblique';
    src: url('../fonts/TradeGothicLTStd-Bd2Obl.eot');
    src: url('../fonts/TradeGothicLTStd-Bd2Obl.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Bd2Obl.woff') format('woff'), url('../fonts/TradeGothicLTStd-Bd2Obl.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trade Gothic Oblique';
    src: url('../fonts/TradeGothicLTStd-Obl.eot');
    src: url('../fonts/TradeGothicLTStd-Obl.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Obl.woff') format('woff'), url('../fonts/TradeGothicLTStd-Obl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: seguiBold;
    src: url(../fonts/seguibl.ttf);
}

@font-face {
    font-family: seguiRegular;
    src: url(../fonts/segoeui.ttf);
}

* {
    outline: none;
}

.loading {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
}

.loading-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

    .loading-div img {
        bottom: 0;
        height: 64px;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        width: 64px;
        z-index: 10001;
    }


html {
    overflow: hidden;
    overflow-y: auto;
}

html,
body {
    background-color: #eef2f4;
    font-family: 'Trade Gothic Light';
    color: #000;
    width: 100%;
    height: 100%;
    max-height: auto;
    font-size: 14px;
    position: relative;
    margin: 0;
}

.wrapper {
    visibility: hidden;
}

a {
    color: #000;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 0;
}


/*Menu top*/
.navbar-custom {
    background: #FFF;
    margin-left: 10%;
}


.navbar-custom .navbar-toggle {
    margin-top: 20px;
}

.navbar-brand-custom {
    height: auto;
    padding: 0px 15px;
}


.logo-lab img {
    max-height: 35px;
}

.logo-lab span {
    font-size: 10px;
    float: left;
    margin-top: -5px;
}

header {
    background-color: white;
}

.imagen-usuario {
    width: auto;
    height: 25px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: inherit;
}

.imagen-perfil {
    width: 100%;
}

.nombre-usuario {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: inherit;
}

.menu-down {
    vertical-align: middle;
}


.dropdown-toggle {
    text-align: right;
}

.dropdown-menu-custom {
    -webkit-box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 12px 24px -8px rgba(0, 0, 0, 0.5);
}

.main-menu.open {
    background: #532d6b;
    color: #fff;
}

.main-menu .dropdown-toggle {
    padding-top: 13px;
    padding-bottom: 13px;
}

.main-menu.open .dropdown-toggle .nombre-usuario {
    color: #FFF;
}

.main-menu.open .dropdown-menu-custom {
    width: 100%;
    min-width: 180px;
    text-align: center;
}

.dropdown-menu-custom > li > a {
    padding: 3px 10px;
}

.menu-dcha > li > a {
    padding: 15px;
}

.main-menu .dropdown-toggle {
    padding: 13px 15px;
}

.menu-dcha > li > a, .main-menu .nombre-usuario {
    color: #542e6b;
    font-weight: bold;
}

.menu-dcha > li a:hover, .menu-dcha > li a:focus {
    background: #542e6b;
    color: #FFF;
}


@media(min-width:320px) {
    .navbar-brand-custom {
        display: block;
        text-align: center;
    }

    .logo-lab {
        display: inline-block;
    }

    .banner-movil {
        display: block;
    }

    .banner-desktop {
        display: none;
    }

    .navbar-custom {
        margin-left: 0;
    }
}

@media(min-width:768px) {
    .acceso-der {
        float: right;
        width: 180px;
        margin-top: 5px;
    }

    .banner-movil {
        display: none;
    }

    .banner-desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .dropdown {
        height: auto;
        position: initial;
    }

    .dropdown-menu-custom {
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: white;
        border: 0;
        margin-left: -1px;
        border-radius: 0;
    }

    .dropdown-toggle {
        margin: 0;
        padding: 0;
    }

    .menu-dcha > li {
        border-bottom: 1px solid #eef2f4;
    }

        .menu-dcha > li > a {
            padding: 5px 20px;
        }

    .main-menu.open .dropdown-menu {
        background-color: #FFF;
        border-radius: 0;
        width: 100%;
        margin: 0;
    }

    .navbar-brand-custom {
        padding: 8px;
        float: none;
    }

    .navbar-brand-custom img {
        margin: auto;
    }

    .main-menu .dropdown-toggle {
        padding: 5px 20px;
        text-align: left;
    }

    #contentContainer {
        overflow: auto !important;
    }

    .nav-link {
        padding: 0px !important;
    }
}

@media(min-width:992px) {
    .acceso-der {
        width: 200px;
    }

    .marca-centro {
        position: absolute;
        float: left;
        margin-left: 10px;
        padding: 8px 0;
        overflow: hidden;
        left: 0;
    }

    .navbar-brand-custom {
        position: absolute;
        top: 0;
        background-color: white;
        -webkit-box-shadow: 2px 3px 34px -5px rgba(145, 145, 145, 1);
        -moz-box-shadow: 2px 3px 34px -5px rgba(145, 145, 145, 1);
        box-shadow: 2px 3px 34px -5px rgba(145, 145, 145, 1);
        width: auto;
        margin-left: 0;
        left: 15%;
        padding: 5px 20px 10px;
        z-index: 100;
    }

    .navbar-default .navbar-brand-custom:hover, .navbar-default .navbar-brand-custom:focus {
        background-color: white;
    }

    .logo-lab {
        margin-left: 0;
    }

    .navbar {
        margin-left: 10%;
    }

    .navbar > div {
        padding: 0;
    }
}


/*****/


*:focus {
    outline: none !important
}

.titulo-principal h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bolder;
}

.subtitulo {
    font-family: 'Trade Gothic Bold';
    font-size: 20px;
    margin-top: 0;
}

.panel-centro {
    position: absolute;
    margin-top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.panel-sombra {
    -moz-box-shadow: 0px 0px 20px #cfd4d6;
    -webkit-box-shadow: 0px 0px 20px #cfd4d6;
    box-shadow: 0px 0px 20px #cfd4d6;
    border: none;
}

.panel-no-borde {
    border: none;
    cursor: default;
}

.panel-clickeable {
    cursor: pointer;
}

header h1 {
    font-size: 1.3vw;
}

.en-linea {
    display: inline-block;
}

.alinea-centro {
    vertical-align: middle;
}

.btn-lat {
    margin-bottom: 10px;
    padding: 2% 3%;
}

.porcentaje-proceso {
    float: right;
    margin-top: -8%;
    width: 14%;
    text-align: right;
}

    .porcentaje-proceso .numero {
        margin-left: 7%;
        padding-left: 5%;
    }

.proceso-completo {
    color: #003865;
}

    .proceso-completo .numero {
        border: 1px solid #003865;
    }

.proceso-progreso {
    color: #522c6c;
}

    .proceso-progreso .numero {
        border: 1px solid #522c6c;
    }

.proceso-bloqueado {
    color: #919191;
}

    .proceso-bloqueado .numero {
        border: 1px solid #919191;
    }

.banner-completo {
    width: 100%;
    max-height: 20vw;
    overflow: hidden;
    position: relative;
}

.fondo-banner {
    height: 100%;
}

    .fondo-banner img {
        width: 100%;
    }

.info-banner {
    position: absolute;
    left: 30%;
    z-index: 2;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.descripcion {
    width: 78%;
    vertical-align: middle;
}

.img-miniatura {
    vertical-align: middle;
    width: 20%;
    margin-right: 1%;
}

    .img-miniatura img {
        width: 100%;
    }

.btn {
    font-size: inherit;
}

.btn-content {
    width: 20%;
    float: right;
    text-align: center;
}

.opcion-perfil {
    width: 82%;
    text-align: right;
    float: right;
    margin-top: 0.5%;
}

.lista-cursos .panel {
    background-color: #522c6c;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.panel-body {
    display: inline-block;
    width: 88%;
    background-color: white;
    padding: 12px;
}

.panel-progreso {
    width: 11%;
    display: inline-block;
    /*background-color: #522c6c;*/
    text-align: center;
}

.panel-otro {
    background-color: #e9e9e9;
}

.icono-progreso {
    width: 5vw;
    background-color: white;
    height: 5vw;
    border-radius: 100%;
    line-height: 5vw;
    display: inline-block;
    text-align: center;
}

.progreso-completo {
    border: 2px solid #f9b000;
    color: #522c6c;
}

.progreso-progreso {
    border: 2px solid #f9b000;
    color: #522c6c;
}

.progreso-bloqueado {
    border: 2px solid #919191;
}

.client-title {
    font-size: 25px;
    margin-top: 5%;
    margin-bottom: 0px;
}

.client-version {
    font-size: 10px;
    text-align: left;
    margin-top: 0px;
}

.btn-lateral {
    width: 100%;
}

.panel-chapter {
    width: 88%;
}

#contact {
    margin-top: 2%;
    width: 80%;
    margin-left: 10%;
}

.contact-msg {
    height: 200px !important;
}

.contact-btn {
    margin-top: 5%;
}

.cookies {
    display: none;
}

.btn-actividades {
    display: none;
}

.ace {
    text-decoration: underline;
}


.slick-prev:before,
.slick-next:before {
    opacity: 1;
}

.barra-paginacion {
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    color: #777777;
}


@media(min-width:320px) {
    html,
    body {
        font-size: 16px;
    }

    .contenido-interno {
        width: 100%;
        float: left;
        padding: 0;
    }

    .panel-contenido-interno {
        width: 96%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .img-miniatura-interno {
        display: none;
    }

    .descripcion {
        width: 100%;
    }

    .icono-progreso {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .panel-body {
        width: 80%;
        padding: 20px 12px;
    }

    .panel-progreso {
        width: 17%;
    }

    .modal-custom .modal-dialog {
        width: 90%;
    }

    .modal-custom .modal-body {
        max-height: 100%;
    }
}

@media(min-width:480px) {
    .img-miniatura-interno {
        display: inline-block;
    }

    .descripcion {
        width: 78%;
    }

    .panel-body {
        width: 85%
    }

    .panel-progreso {
        width: 14%;
    }
}

@media(min-width:768px) {
    .panel-body {
        width: 90%
    }

    .panel-progreso {
        width: 9%;
    }
}

@media (min-width:992px) {
    .contenido-interno {
        width: 100%;
        padding-left: 12%;
    }

    .panel-contenido-interno {
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
    }

    .dropdown-menu-custom {
        font-size: inherit;
    }
}

@media (min-width:992px) {
    .icono-progreso {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media(max-width:1199px) {
    .panel-chapter {
        width: 83%;
    }

    .titulo-banner {
        font-size: 30px;
        margin-top: 2%;
    }

    .subtitulo-banner {
        font-size: 15px;
    }

    .titulo-lateral {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .icono-progreso {
        width: 4.5vw;
        height: 4.5vw;
        line-height: 4.5vw;
    }

    .modal-custom .modal-dialog {
        width: 50%;
    }
}

@media(min-width:1062px) and (max-width:1400px) {
    .panel-contenido-interno {
        margin-left: 11%;
    }
}

.p-top-5 {
    padding-top: 30px;
}


.modal-instruction {
    /*width: 30%;*/
    background: #FFF;
    /*padding: 5px 30px;*/
    text-align: center;
    /*margin: 0 22%; */
}

.modal-instruction-center {
    width: 30%;
    background: #FFF;
    padding: 5px 30px;
    text-align: center;
    margin: 0 35%;
}

.text-load {
    background: #f0b000;
    color: #522c6c;
    font-size: 1.2vw;
    padding: 10px;
    font-weight: bold;
}

.text-instruction {
    background: #522c6c;
    color: #f0b000;
    font-size: 1vw;
    padding: 10px;
}

.instruction-go-certificate {
    color: #662d91;
}

.btn-go-certificate {
    background: #662d91;
    color: #FFF;
    margin: 15px 0;
}

    .btn-go-certificate:hover {
        color: #FFF;
    }

.btn-x-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FFF;
    opacity: 1;
    font-size: 2rem;
}

    .btn-x-close:hover {
        color: #FFF;
    }


/*-----------------------------------MAIN--------------------------------------*/
    .textTitle_header_class {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-60%, -60%);
    font-size: 30px;
}

/**-----------------------------CLASES GLOBALES ----------------------**/

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.bd-style-bt {
    border-style: solid;
    border-bottom-style: solid;
    border-width: 0.5px;
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.basic-color-class {
    color: #121212;
}

.primary-color-class {
    color: #132F78;
}

.secondary-color-class {
    color: white;
}

.txt-lg {
    font-family: 'seguiRegular';
}

.txt-bd {
    font-family: 'seguiBold';
}

.txt-ulg {
    font-family: 'seguiRegular';
}

/**--------------------------------------------------------------------**/

/**--------------------------- CLASES DE FELIPE -----------------------**/

@font-face {
    font-family: 'seguiBold';
    src: url(../fonts/seguibl.ttf);
}

@font-face {
    font-family: 'seguiRegular';
    src: url(../fonts/segoeui.ttf);
}

.btn-faq {
    font-family: seguiRegular;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.caret {
    /*border-left: 0px solid transparent;*/
    /*border-right: 0px solid transparent;*/
    border: 0px solid #000000;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    margin: 0;
    margin-top: 15px;
    padding: 10px;
}

.formText {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.box div button {
    margin-top: 20px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

.btn-faq {
    margin-top: 20px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
    white-space: normal !important;
}

.hiddenDiv {
    display: none;
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
}

.active, .collapsible:hover {
    background-color: #ccc;
}

.content {
    display: none;
    padding: 0 18px;
    overflow: hidden;
    background-color: #f1f1f1;
}

    .content p {
        margin-top: 10px;
        font-family: 'seguiRegular';
    }

div button span {
    float: left;
    margin: 0;
    padding: 10px;
}

.logoWhite {
    background-color: #002E48;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .logoWhite div {
        height: inherit;
    }

        .logoWhite div h1 {
            height: inherit;
        }

.textTitleHeader_blue_class {
    /* white-space: nowrap;*/
    overflow: hidden;
    font-size: 36px;
    color: #3A9FB4;
    margin-top: 10px;
}

.textTitleStyle_class {
    font-size: 36px;
    color: #132F78;
    font-family: 'seguiBold';
    margin-top: 20px;
    margin-bottom: 20px;
}

.textContentStyle_class {
    font-size: 20px;
    color: #121212;
    word-wrap: break-word;
}

footer {
    margin-top: 20px;
    width: 100%;
    bottom: 0;
    background-color: #0B2E49;
    padding: 0px;
    position: relative;
    z-index: 100;
}

footer p {
    color: white;
    font-family: 'seguiRegular';
    font-size: 12px;
}

footer a {
    color: white;
    font-family: 'seguiRegular';
    font-size: 12px;
}

div .verticalLine_class {
    border-right-style: solid;
    border-color: white;
    border-width: 2px;
}

/**--------------------------- CLASES DE FELIPE -----------------------**/

/**--------------------------- CLASES DE YEISON -----------------------**/

.header-class {
    background-color: #154496;
}

.header-img-absolute-class {
    position: absolute;
}

.perfil-selector-btn-class {
    background-color: white;
    border-radius: 5px;
}

.faq-selector-btn-class {
    background-color: #154496;
    border-color: white;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 5px;
}

.txt-perfil-sm-content-class {
    font-family: 'seguiRegular';
    color: #1A6B9B;
    font-size: 1rem;
}

.txt-faq-sm-content-class {
    font-family: 'seguiRegular';
    color: white;
    font-size: 1rem;
}

.txt-nobg-sm-content-class {
    background: none;
    border-color: #154496;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 5px;
}



.txt-lg-big-class {
    color: #DA0078;
    font-size: 5rem;
    font-family: 'seguiRegular';
}

.txt-lg-md-class {
    color: #DA0078;
    font-size: 3rem;
    font-family: 'seguiRegular';
}

.txt-sm-content-class {
    font-family: 'seguiRegular';
    color: #00354F;
    font-size: 1.2rem;
}

.txt-title-bd-class {
    color: #132F78;
    font-size: 2.5rem;
    font-family: 'seguiBold';
}

.txt-subtitle-bd-class {
    color: #132F78;
    font-size: 2rem;
    font-family: 'seguiRegular';
}

.bg-white-class {
    background: white;
    border-radius: 2px;
}

.bb-style-solid-gray-class {
    border-bottom-style: solid;
    border-color: #cccc;
    border-width: 0.5px;
}

.d-flex-perfil {
    display: -ms-flexbox;
    display: flex;
}

.d-flex-perfil-2 {
    display: inline-block;
}

.cont-numero-curso-class {
    border-bottom-style: solid;
    border-width: 0.5px;
    width: 60%;
    border-color: #ccc;
}

.numero-curso-class {
    background-color: #154496;
    width: 40%;
    padding: 10px;
    margin-top: 10px;
    color: white;
    font-family: 'seguiRegular';
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-style: solid;
    border-width: 0.5px;
}

div .verticalLine_class {
    border-right-style: solid;
    border-color: white;
    border-width: 2px;
}


/*--------------------NAV BAR STYLE-------------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0;
    background-color: #154496;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

    .sidenav a {
        padding: 4px 4px 4px 32px;
        text-decoration: none;
        font-size: 1em;
        color: white;
        font-family: 'seguiRegular';
        display: block;
        transition: 0.3s;
    }

    .sidenav .footer-xs p {
        padding: 4px 4px 4px 32px;
        text-decoration: none;
        font-size: 0.8em;
        color: white;
        display: block;
        font-family: 'seguiRegular';
        transition: 0.3s;
    }

    .sidenav img {
        transition: 1s;
    }

    .sidenav a:hover {
        color: #cccc;
        cursor: pointer;
    }

    .sidenav p:hover {
        color: #cccc;
        cursor: pointer;
    }

    .sidenav .closebtn {
        font-size: 2em;
        position: absolute;
        top: 0;
    }

.footer-xs {
    background-color: #1A6B9B;
    position: absolute;
    bottom: 0;
}

.lista-cursos .panel {
    background-color: #132F78;
}

.progreso-bloqueado {
    border: 2px solid #F9B000;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }

        .sidenav p {
            font-size: 18px;
        }
}

/*-----------------------NAV BAR STYLE END----------------------*/

@media (max-width: 1200px) {

    .d-flex-perfil {
        display: inline-block !important;
    }

    .d-flex-perfil-2 {
        display: -ms-flexbox;
        display: flex !important;
    }
}
/**--------------------------- CLASES DE YEISON -----------------------**/

.tabs {
    margin-bottom: 20px;
}

.nav.nav-tabs {
    border-color: #036B9E !important;
}

    .nav.nav-tabs li a,
    .nav.nav-tabs li.active > a:hover {
        border-bottom-width: 0px;
        outline: none;
        background-color: transparent !important;
    }

    .nav.nav-tabs li.active > a,
    .nav.nav-tabs li.active > a:active,
    .nav.nav-tabs li.active > a:focus {
        background-color: #036B9E !important;
        color: #fff !important;
        border-radius: 3px;
    }

    .nav.nav-tabs li a {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 10px;
        font-family: 'seguiRegular';
        border-color: #036B9E;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        color: #036B9E !important;
    }

.tab-pane {
    margin-top: -1px;
    font-family: 'seguiRegular';
}

.active, .collapsible:hover {
    background-color: transparent !important;
}

.btn-container {
    background-color: #fff;
    border-color: #ccc;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
}

.logo {
    float: right;
    display: block;
    text-align: center;
    padding: 14px 16px;
}

.btn-general-custom {
    border-color: inherit;
    color: inherit;
}

.progress {
    width: 100%;
}

#contentContainer {
    overflow: auto !important;
}
