@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: 'Montserrat', sans-serif;
}
    

.conta {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

header {
    /* border-bottom: 1px solid blue; */
    /* box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); */
}
.dashboard header, .dashboard footer {
    background: #fff;
}

/*  */
.dashboard .header-content .nav {
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
    width: auto;

    gap: 10px;
}
.dashboard .header-content .nav ul {
    display: none;
}
.dashboard .header-content .profile {
    display: flex;
    align-items: center;

    gap: 5px;
    /* width: 200px; */
    /* border: 1px solid blue; */
}
.dashboard .header-content .profile .photo {
    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    background: blue;
    border-radius: 5px;
    overflow: hidden;

    font-weight: bold;
    color: #fff;
}
.dashboard .header-content .profile .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dashboard .header-content .profile .settings-profile {
    line-height: 15px;
}
.dashboard .header-content .profile .settings-profile p {
    font-size: 12px;
}



/*  */

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    /* border: 1px solid orange; */

    padding: 10px 0;
}
.header-content .nav ul {
    display: flex;
    align-items: center;
    gap: 10px;

    /* border: 1px solid red; */
}
.header-content .nav ul li {
    /* border: 1px solid blue; */
    list-style: none;
    padding: 2px 10px;

    border-radius: 4px;
}
.header-content .nav ul li a {
    font-size: 14px;
    text-decoration: none;
}


/*  */
.campus-class {
    background: #000;
    color: #fff;
}
.campus-class a {
    color: #fff;
}


/* footer */
footer {
    /* border-top: 1px solid #000; */
}
.footer-content {
    /* border: 1px solid red; */

    padding: 20px 0;
}


/* 
    Estilos de toda la dashboard
*/


.dashboard {
    display: flex;
    justify-content: space-between;

    position: relative;
}
.dashboard-container {
    width: 100%;
    height: auto;
}
.dashboard-aside {
    position: sticky;
    top: 0;
    /* border: 1px solid blue; */
    height: 100vh;

    width: 60px;
    background: #000;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
}
.dashboard-aside .dashboard-aside-container {
    /* border: 1px solid #fff; */
}





.dashboard-content {
    /* border: 1px solid red; */
    /* height: 100vh; */

    margin: 40px auto;

    display: flex;
    justify-content: space-between;
}
.mydashboard {
    /* border: 1px solid orange; */
    width: 100%;
}


/* 
    Estilos para los cursos 
*/
.course {
    width: 100%;
    /* height: 100vh; */
}
.course-header {
    width: 100%;
    /* height: 300px; */
    /* border: 1px solid blue; */
    position: relative;

    padding: 80px 0;
}
.course-header .course-header-container {
    /* position: absolute;
    width: 100%;
    bottom: 10px; */
    width: 90%;
    /* max-width: 500px; */

    /* text-align: center; */

    /* border: 1px solid red; */
}
.course-header .course-header-container h2 {
    margin-bottom: 20px;
    max-width: 600px;
}



.course-container {
    /* border: 1px solid red; */

    /* height: 300px; */
    width: 90%;

    display: flex;
    justify-content: space-between;
    gap: 10px;

    margin: 40px auto;
    position: relative;
}

.course-container .aside-course ul li, .course-container .course-content .create-module ul li {
    list-style: none;

    font-size: 14px;
}

.course-container .aside-course {
    height: 100%;
    min-height: 300px;
    width: 150px;
    position: sticky;
    top: 40px;
    /* border: 1px solid blue; */
}
.course-container .aside-course h3 {
    margin-bottom: 20px;
}
.course-container .aside-course ul li a {
    text-decoration: none;
}




.course-container .course-content {
    width: 100%;
    /* border: 1px solid red; */
    
    /* flex: 1; */
}




/*  */

.new {
    padding: 2px 8px;
    background: blue;
    color: #fff;

    border-radius: 5px;
    font-size: 12px;
    margin-left: 4px;
}

/* 
    estilos para la vista mantenimiento
*/
.message-mantenimiento {
    /* align-items: center; */
    
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    
    /* background: rgba(0,0,0,0.1); */
}
.message-mantenimiento .message-mantenimiento-container {
    width: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}
.message-mantenimiento .message-mantenimiento-container .conta .name {
    position: absolute;
    top: 20px;
}
.message-mantenimiento .message-mantenimiento-container .message-mantenimiento-header h2 {
    font-size: 3em;
}
.message-mantenimiento .message-mantenimiento-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    display: block;
}

/* 
    Estilos de las clases que estan
    dentro de la dashboard
*/





.tools-instructor {
    margin: 20px 0;
    /* border: 1px solid red; */
}
.tools-instructor-header {
    margin-bottom: 10px;
}
.tools-instructor-container ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tools-instructor-container ul li {
    list-style: none;
    padding: 5px 10px;
    /* border: 1px solid red; */
    border-radius: 5px;

    cursor: pointer;
    background: blue;
    transition: background .3s;
}
.tools-instructor-container ul li:hover {
    background: rgb(0, 0, 153);
    /* background: #313131; */
}
.tools-instructor-container ul li a {
    text-decoration: none;
    color: #fff;
}




.courses {
    margin: 20px 0;
    /* border: 1px solid green; */
}
.courses-list {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;

    margin: 20px 0;
}
.courses-list .courses-box {
    width: 33%;
    height: auto;
    min-height: 100px;

    /* border: 1px solid violet; */
    margin-bottom: 20px;
    padding: 10px;

    border-radius: 10px;
    background: rgb(244, 244, 244);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.courses-list .courses-box a {
    text-decoration: none;

    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.courses-box .image-course {
    width: 100%;
    max-width: 100px;
    min-width: 100px;
    height: 100%;
    min-height: 100px;

    overflow: hidden;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: blue;
    color: #fff;
}
.courses-box .information-course {
    margin: 10px 0;
}
.courses-box .information-course h4 {
    font-size: 16px;
    color: #000;
    transition: text-decoration;
}
.courses-box .information-course h4:hover {
    text-decoration: underline;
}
.courses-box .information-course p {
    margin-top: 10px;
    font-size: 14px;
    color: #353535;
}





/* 
    Estilos globales de las ofertas de cursos
*/
.offers {
    /* border: 1px solid red; */
    height: 100vh;

    margin: 40px 0;
}
.offers-container {
    /* border: 1px solid blue; */
    height: 100%;
}
.offers-container .offers-header {
    margin-bottom: 20px;
}
.offers-list {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    gap: 5px;

    /* border: 1px solid red; */
}
.offers-list .offers-box {
    width: 33%;
    /* border: 1px solid blue; */
}
.offers-list .offers-box a {
    text-decoration: none;
    color: #000;
}
.offers-box .offers-image {
    width: 100%;
    height: 200px;

    /* border: 1px solid orange; */

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 10px;
    overflow: hidden;
}
.offers-box .offers-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.offers-box .offers-image h4 {
    font-size: 2em;
    opacity: .5;
}

.offers-box .offers-information {
    height: auto;
    /* min-height: 140px; */

    padding: 10px 0;
}
.offers-information .instructor {
    /* margin-bottom: 10px; */
    font-size: 14px;
}
.offers-box .offers-information h3 {
    margin: 10px 0;
}
.offers-box .offers-information p {
    font-size: 14px;
    color: #555555;
}




@media screen and (max-width: 800px) {
    .dashboard {
        position: relative;   
    }
    .dashboard-aside {
        position: fixed;
        top: auto;
        bottom: 0;

        width: 100%;
        height: 50px;

        z-index: 9;
    }

    .dashboard-container footer {
        padding-bottom: 100px;
        background: #fff;
    }
 
    /*  */
    .tools-instructor-container ul li a {
        font-size: 14px;
    }
    
    
    
    /* mantenimiento estilos para dispositivos */
    .mantenimiento-body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;

        background: rgba(0,0,0,0.1);
    }
    .message-mantenimiento {
        flex-direction: column;
        height: 100%;
        justify-content: normal;
        width: 90%;
        margin: auto;
        height: auto;

        /* padding-top: 20px; */
        background: #fff;
        border-radius: 10px;

        overflow: hidden;
    }
    .message-mantenimiento .message-mantenimiento-container {
        /* border: 1px solid blue; */
        width: 100%;
    }
    .message-mantenimiento .message-mantenimiento-container:nth-child(1) {
        /* padding: 10px; */
        padding: 20px 20px;
    }
    .message-mantenimiento .message-mantenimiento-container .conta {
        width: 100%;
    }
    .message-mantenimiento .message-mantenimiento-container .conta .name {
        display: inline-block;
        position: relative;
        top: auto;

        color: blue;
    }
    .message-mantenimiento .message-mantenimiento-container .message-mantenimiento-header h2 {
        font-size: 2em;
        max-width: 500px;
        width: 90%;
    }
    .message-mantenimiento .message-mantenimiento-container:nth-child(2) {
        border-radius: 10px;
    }
        
}

@media screen and (max-width: 600px) {
    
    /*  */
    .tools-instructor-container ul {
        flex-direction: column;
        gap: 2px;
    }
    .tools-instructor-container ul li {
        width: 100%;
    }
}