/*Mediaqueries*/
@media screen and (max-width: 1399px) {
    .fs-lg{font-size: 30px;}

    .m-xxs{margin-left: 8%;}
    .w-xxs{width: 85% !important;}
}

@media screen and (max-width: 1199px) {
    .fs-lg{font-size: 30px;}

    .m-xxs{margin-left: 8%;}
    .w-xxs{width: 85% !important;}
}

@media screen and (max-width: 991px) {
    .pdf-img{height: 50% !important;}

    .order-lag-3{order: 3 !important;}
    .order-lag-2{order: 2 !important;}
    .order-lag-1{order: 1 !important;}

    .fs-lg{font-size: 30px;}
    .fs-xs{font-size: 20px;}

    .pdf_container{height: 780px !important;}
    .pdf_download{height: 250px !important;}

    .sidebar_d {height: 13%;}
    .dashboard_form {height: 87% !important;}

    .m-xxs{margin-left: 8%;}
    .w-xxs{width: 85% !important;}
}

@media screen and (max-width: 767px) {
    .fs-lg{font-size: 30px;}
    .fs-xs{font-size: 17px;}

    .w-xxs{width: 85% !important;}
    .m-xxs{margin-left: 8%;}
}

@media screen and (max-width: 755px){
    .j_title{font-size: 20px !important;}
    .j_name, .j_data{font-size: 17px !important;}
}

@media screen and (max-width: 620px){
    .e_options{font-size: 20px !important;}

    .j_title{font-size: 17px !important;}
    .j_name, .j_data{font-size: 13px !important;}

    
}

@media screen and (max-width: 575px) {
    .e_options{font-size: 16px !important;}

    .fs-xs{font-size: 20px !important;}
    .fs-sm{font-size: 15px !important;}

    .w-xxs{width: 85% !important;}
    .m-xxs{margin-left: 8%;}
}

@media screen and (max-width: 375px) {
    .fs-xxs{font-size: 10px;}

    .w-xxs{width: 85% !important;}
    .m-xxs{margin-left: 8% !important;}
}

/*Estilos generales*/
#dashboard-wrap {
    background: #E7FAFE;
    height: 100vh;
}

.aside {
    background: #272578;
}

.dashboard {
    background: #E7FAFE;
    height: 100%;
}

/*Estilos dashboard*/
.profile_card, .request_card, .sign_card, .horario_card {
    background: #D2D9F1;
}

/*Estilos editar perfil*/
.user_data, .user_horario, .user_id {
    background: #D2D9F1;
}

.user_data {
    margin-top: 5%;
    margin-bottom: 3%;
}

.user_horario {
    margin-bottom: 3%;
}

.save_btn{
    background: #272578;
}

/*Estilos jornadas*/
.pdf_download {
    background: #D2D9F1;
    height: 250px;
}

.pdf_container {
    height: 180px;
}

.pdf_img {
    height: 40%;
}

/*Empresas*/
#e_card{
    height: 350px;
}