.header{
    padding-left: 0 !important;
    padding-right: 0 !important; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
}

.img-prev-mensaje{
    width: 38px;
    height: 38px;
}

#navbar-mobile-top ul.nav{
    margin: 0px;
}

#navbar-mobile-top ul.nav-actions{
    margin: 1em 0px 0px 0px;
}

.img-select-lang{
    height: 33px;
    width: 33px;
}

.carousel-item{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

#carousel_login .carousel-item{
    height: auto;
}

.navbar-section{
    background-color: rgba(0, 0, 0, .4) !important;
    background: #1b2a2f !important;
    min-height: 70px;   
}

.navbar-section .fa-circle{
    color: yellow !important;
    font-size: 14px;
}

.navbar-section .title-section{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.navbar-section .link-back{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.navbar-section .link-back .fa-undo{
    color: #ef0d33;
    font-size: 16px;
    margin-right: 10px;
    font-weight: 700;
}

.title-section{
    color: #585A5C;
    font-size: 20px;
}

.subtitle-section{
    color: #585A5C;
    font-size: 16px;
}


.title-section .fa-circle{
    color: #005d89;
    font-size: 14px;
}

#section-mis-cursos  .title-section{
    color: #585A5C;
    font-size: 16px;
    font-weight: 500;
}

#section-mis-cursos  .title-section .fa-circle{
    color: #ef0d33;
    font-size: 14px;
}

.navbar-section-user{
    width: 100%;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #585a5c;
    padding-bottom: 0px;
    padding-left: 0px;*/
}

.navbar-section-user .nav-tabs{
    border-bottom: 1.6px solid #bdbdbd;
    width: 100%;
    padding-bottom: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #585A5C;
    background-color: #fff;
    border: 0px;
    border-bottom: 4px solid #585A5C;
    padding-bottom: 8px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    border: 0px;
}

.navbar-section-user .nav-tabs .nav-link{
    font-size: 15px;
    font-weight: 400;
    color: #585A5C;
}

.navbar-section-user .nav-tabs .nav-link.active{
    font-weight: 600;
    margin-bottom: -2px;
    color: #585A5C;
    font-size: 16px;
}

.navbar-section-user-up .info-user-auth{
    margin-top: -25px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 25px;
}

.navbar-section-user-up .user-log-text{
    color: #585A5C;
    font-size: 18px;
    font-weight: 700;
}

.navbar-section-user-up .user-log-text small{
    font-size: 14px;
}

.navbar-section-user-up .user-log-img{
    vertical-align: bottom;
    height: 45px;
    width: 45px;
    object-fit: cover;
    border:2px solid  #EEE;
}

.user-log-text {
    color: #005d89;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.mn_inscriptions{
    background: #FF8000 !important;
    color: #FFF !important;  
}

.mn_inscriptions img{
    width: 25px;
    margin-right: 5px;
}

.mn_sc_cursos{
    background: #FF8000 !important;
    color: #FFF !important;  
}

.mn_sc_cursos img{
    width: 25px;
    margin-right: 5px;
}

.mn_form{
    background: #005d89 !important;
    color: #FFF !important;  
}

.mn_form img{
    width: 25px;
    margin-right: 5px;
}

.nav-inscriptions-forms{
    margin-top: 30px;
}

.nav-inscriptions-forms ul{
    list-style-type: none;
}

.nav-inscriptions-forms li{
    padding-bottom: 10px;
}

.nav-inscriptions-forms a{
    text-decoration: none;
    color: #585A5C;
    font-size: 14px;
    font-weight: 700;
}

.nav-inscriptions-forms a .fa-circle{
    color: #005d89;
    font-size: 14px;
    margin-right:10px;
}

.nav-inscriptions-forms a:hover{
    color: #005d89;
}

#btnSalir {
    border: 0px;
    font-size: 16px !important;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .4);
    color: #d80e11 !important;
}

.sp-link-sb-cs {
    border: 0px;
    background-color: #d80e11;
    color: #FFF !important;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.carousel-item .video-fluid {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .slider-img-fluid {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-main .navbar-nav{
    flex-direction: inherit;
}

.navbar-main .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

@media (max-width: 767.98px) { 
    .carousel-item{
        min-height: 300px;
    }

    .navbar-section-user-up .info-user-auth{
        position: relative;
        margin-bottom: 30px;
    }

    .navbar-section-user .nav-tabs .nav-link{
        font-size: 13px;
        font-weight: 400;
        color: #585A5C;
        padding: 6px;
    }

    .navbar-section-user-up .info-user-auth {
        right: 0px;
    }

    .carousel-control-box-next-icon, .carousel-control-box-prev-icon{
        display: none;
    }
}

