
#openMenu{
    display: none;
}
body{
    background-color: #F3EFEC;
}

/****************************************** NAV / ASIDE / MAIN  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){
    .static-header{
        z-index: 1;
        top: 60px;
        position: fixed;
        width: 98.5% !important;
        background-color: #F3EFEC;
        height: 15%;
    }
    #btnBusqueda{
        height: auto;
        top: 100px;

    }
    .btnBusqueda{
        margin-bottom: 25px;
    }
    nav{
        /*height: 50px;*/
    }
    nav a.logo{
        background-size: 62.5px 20px;
    }
    nav hr{
        height: 50px; margin: 0 5px; border-right-width: 1px;
    }
    nav a.button span{
        left: 45%; margin-left: 2px; line-height: 15px; height: 15px; font-size: 9px; padding: 0 4px;
        border-radius: 3px; margin-top: -15px;
    }
    nav ul.submenu{
        top: 50px;
    }
    nav a.textButton.options span {
        margin-left: 6px;
        margin-right: 6px;
    }
    #openMenu{
        display: inline-block;
    }
    nav a.textButton.options#openMenu .image{
        background-image: url(../../images/nav/menu.png);
    }
    body.open nav a.textButton.options#openMenu .image{
        background-image: url(../../images/nav/menuClose.png);
    }
    nav a.textButton.premium span{
        margin: 5px 0 0;
    }
    nav a.textButton.premium span:last-child{
        /* display: none; */
    }
    #menu_lateral_responsive{
        display: inline-block;
    }
    aside{
        position: fixed;
        height: auto;
        top:67px;
        bottom: 0;
        z-index: 10000;
        margin-left: -10000px;
        transition: margin-left 200ms;
        -webkit-transition: margin-left 200ms;
        border-right: 1px solid #092443
    }
    #abrir_menu,
    #cerrar_menu
    {
        display: inline-block;
    }
    #changue-class{
        display: none;
    }
    .menu-Dashboard{
        display: inline-grid;
    }

    body.open aside{
        margin-left: 0;
    }
    #content{
        /*position: relative; */
        width: 100%;
        left: auto;
        /*top: auto; */
        right: auto;
        /*bottom: auto;*/
        height: auto;
        padding: 40px 8px 10px 8px;
    }
    body.open #content{
        overflow: hidden;
    }

    h1{
        line-height: 20px; font-size: 17px;
    }
    h1 small{
        font-size: 10px;
    }
    h1.gray{
        font-size: 20px; line-height: 26px;
    }

    footer{
        height: auto;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }
}



/****************************************** DASHBOARD  ******************************************/
/*
 * @authorUpdate JONATHAN ALVAREZ
 * @DATE 2018/11/16
*/
@media screen and (max-width: 425px){
  .statButton span.number{
      width: 80%;
  }
  .tituloEncabezado {
    font-size: 16px;
  }
  .tituloEncabezado small strong{
      display: block;
  }
  a.tituloEncabezado span.subirSpan{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: stretch;
    margin-top: -20px;
    margin-right: 14px;
    font-size: 25px;
    font-weight: 200;
  }
  a.tituloEncabezado span.textSpan{
    font-weight: 700;
    font-family: Roboto,sans-serif;
  }

}
@media screen and (min-width: 320px) and (max-width: 1250px){

    section.overview .statButtons{
        text-align: center;
    }
    section.overview .statButtons .statButton{
        width: 48%; margin-left: 1%; margin-right: 0.5%; height: 60px; padding: 6px 8px; margin-bottom: 8px;
    }
    section.overview .statButtons .statButton:first-child{
        margin-left: 1%;
    }
    section.overview .statButtons .statButton:last-child{
        margin-right: 0.5%;
    }
    .statButton span{
        line-height: 24px; height: auto;
    }
    .statButton span.icon{
        height: 48px; width: 40px;
    }
    .statButton span.number{
         margin-right: 10px; text-align: right;
    }

    #content section.content, #content section.novedades, #content section.efosLista, #content section.listas{
        width: 100%; display: block; float: none;
    }
    #content section.content{
        overflow: hidden;
    }

    .post .title{
        border-radius: 5px; padding: 8px 10px;
    }
    .post .title h3{
        font-size: 14px; line-height: 22px;
    }
    .post .title .options a{
        font-size: 13px; line-height: 15px;
    }
    .post .title .options a span{
        width: 100%; background-position: center center; height: 26px;
    }

}
/*
 * @authorUpdate JONATHAN ALVAREZ
 * @DATE 2018/11/16
 * Se ajustan los botones de inicio
*/
@media screen and (min-width: 481px) and (max-width: 681px){
    .prueba{
        width: 50%;
        display: flex;
      	flex-direction: row;
      	flex-wrap: wrap;
      	justify-content: flex-start;
      	align-items: center;
      	align-content: center;
    }

}
/*
 * @authorUpdate JONATHAN ALVAREZ
 * @DATE 2018/11/16
 * Se ajustan los botones de inicio
*/
@media screen and (min-width: 682px) and (max-width: 800px){
    .prueba{
        width: 33%;
        display:inline;
      	flex-direction: row;
      	flex-wrap: wrap;
      	justify-content: flex-start;
      	align-items: center;
      	align-content: center;
    }
}
/*
 * @authorUpdate JONATHAN ALVAREZ
 * @DATE 2018/11/16
 * Se ajustan los botones de inicio
*/
@media screen and (min-width: 801px) and (max-width: 1000px){
    .prueba{
        width: 25%;
        display:inline;
      	flex-direction: row;
      	flex-wrap: wrap;
      	justify-content: flex-start;
      	align-items: center;
      	align-content: center;
    }
}


/** TAMAÑO PERSONALIZADO DE IMAGEN EN EL ARTÍCULO, EN DASHBOARD Y DETALLE DEL ARTÍCULO**/
@media screen and (min-width: 320px) and (max-width: 767px){
    .post .imagen-art-details,
    .post .imagen-dashboard{
        width: 100%;
        height: 180px;
        padding: 0px 0px;
        background-size: 100% 180px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .post .imagen-art-details,
    .post .imagen-dashboard{
        width: 100%;
        height: 360px;
        padding: 0px 0px;
        background-size: 100% 360px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .post .imagen-art-details,
    .post .imagen-dashboard{
        width: 100%;
        height: 430px;
        padding: 0px 0px;
        background-size:100% 430px;
    }
}
@media screen and (min-width: 1441px){
    .post .imagen-art-details{
        width: 100%;
        height:680px;
        padding: 0px 0px;
        background-size:100% 680px;
    }
    .post .imagen-dashboard{
        width: 100%;
        height: 480px;
        padding: 0px 0px;
        background-size: cover;
    }
}

/****************************************** FORMS  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    form.sessionForm{
        position: relative; width: 100%; height: auto; left: auto; margin: 0 auto; top: auto;
    }
    form.sessionForm h1{
        font-size: 20px;
    }

    .searchGroup{
        margin-top: 24px;
    }
    .searchGroup label{
        width: 100%; line-height: 45px; font-size: 14px;
    }
    .searchGroup .txtWrapper{
        left: 0; top: 45px;
    }
    .searchGroup input[type="text"]{
        padding-left: 20px;
    }
    .searchGroup input[type="submit"]{
        top: 45px;
    }

    .fa-question-circle-o{
        font-size: 2em !important;
        margin-top: 25%; margin-left: 30%;
    }
    .hideIt{
        display: inline-block;
    }

    #faqMenu {
        top:40px !important;
        width: 79% !important;
        border-radius: 0 0 8px 8px !important;
        font-size: .8em;
        margin-top: 3%;
        margin-right: 21% !important;
    }

    .faqBig{display: none !important;}
    .faqLittle i{
        margin-left: 40% !important;
    }
}

/****************************************** PLANS  ******************************************/
@media screen and (min-width: 320px) and (max-width: 425px){
    .plan.free,
    .plan.premium{
        display:block !important;
    }
    #tbl-planes{
        display:none !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px){

    form.sessionForm.plans{
        width: 90%; margin: 0 auto;
    }
    .plan{
        width: 100%; margin-bottom: 10px;
    }
    .plan .icon{
        height: 85px; background-size: contain;
    }
    form.sessionForm .plan h2{
        margin-top: 20px; font-size: 17px; line-height: 24px;
    }
    .plan ul{
        height: auto;
    }
    .plan ul li{
        font-size: 11px; line-height: 18px;
    }
    form.sessionForm .plan input[type="button"]{
        width: 80%; height: 36px; margin: 10px auto 20px;
    }
}

/****************************************** REGISTER  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    form.sessionForm.register{
        height: auto; margin: 0 auto;
    }
    form.sessionForm h1{
        margin-bottom: 12px;
    }
    form.sessionForm input[type="text"], form.sessionForm input[type="password"]{
        margin: 6px 0;
    }
    input[type="checkbox"] + label{
        margin-top: 0;
    }
    form.sessionForm input[type="submit"]{
        float: none; width: 100%; margin-top: 0;
    }
    .fb_iframe_widget{
        margin: 0 auto;
    }
    form.sessionForm .toRight{
        float: none; margin: 10px 0 0;
    }


    /*agregado - fecha: 2016-06-29*/
    form.sessionForm .checkAcept{
        margin: 3px 0;
        font-size: 10px;
        line-height: 15px;
        height: 20px;
    }

    form.sessionForm strong{
        font-size: 10px;
        color: black;
    }

    form.sessionForm #btnFacebook{
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        width:200px;
    }

    form.sessionForm #btnGoogle{
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        width:200px;
    }

}

/****************************************** LIGHTBOX MENSAJE INFORMATIVO  ******************************************/

@media screen and (min-width: 320px) and (max-width: 425px){
    .mensajeInformativo .div-mensaje{
        width: 310px; margin-left: -155px; top: 80px; margin-top: 0;
    }
    .mensajeInformativo  .div-mensaje h2{
        line-height: 48px;
        font-size: 17px;
        color: #575757;
    }
    .mensajeInformativo .div-mensaje p{
        font-size: 12px;
        color: #575757;
    }
    .mensajeInformativo   .div-mensaje a.btn{
        width: 80%; margin: 20px 10% 0;font-size: 12px;
    }

    .mensajeInformativo .trial h2{
        line-height: 32px; font-size: 20px;
    }
}
@media screen and (min-width: 426px) and (max-width: 1440px){
    .mensajeInformativo .div-mensaje{
        width: 310px; margin-left: -155px; top: 80px; margin-top: 0;
    }
    .mensajeInformativo  .div-mensaje h2{
        line-height: 48px;
        font-size: 19px;
        color: #575757;
    }
    .mensajeInformativo .div-mensaje p{
        font-size: 13px;
        color: #575757;
    }
    .mensajeInformativo   .div-mensaje a.btn{
        width: 80%; margin: 20px 10% 0;font-size: 15px;
    }
    .mensajeInformativo .trial h2{
        line-height: 32px; font-size: 20px;
    }
}

/****************************************** LIGHTBOX TRIAL  ******************************************/
@media screen and (min-width: 320px) and (max-width: 1024px){

    #lightboxTrial,
    #lightboxTrialPremium,
    #lightboxTrialResultados,
    .mensajeInformativo{
        z-index: 2000;
    }
    #lightboxTrial .trial,
    #lightboxTrialPremium .trial,
    #lightboxTrialResultados .trial{
        width: 310px; margin-left: -155px; top: 80px; margin-top: 0;
    }

    #lightboxTrial .trial h2,
    #lightboxTrialPremium .trial h2,
    #lightboxTrialResultados .trial h2{
        line-height: 32px; font-size: 20px;
    }



    #lightboxTrial .trial h3,
    #lightboxTrialPremium .trial h3,
    #lightboxTrialResultados .trial h3{
        line-height: 120px; font-size: 100px; margin-top: 0;
    }


    #lightboxTrial .trial a.btn,
    #lightboxTrialPremium .trial a.btn,
    #lightboxTrialResultados .trial a.btn{
        width: 80%; margin: 20px 10% 0;
    }
}


/****************************************** PROFILE  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){
    .divizquierda{
        width: 100% !important;
    }
    .divizquierda form{
        width: 100%;
    }
    .divizquierda form .foto{
        margin: 0 auto;
    }
    .divizquierda form a{
        text-align: center; display: block; width: 100%;
    }
    .divizquierda  form input[type="button"]{
        display: inline-block; float: none;
    }
    .divderecha {
        width: 100%;
    }

    .divderecha .sessionForm{
        float: none; width: 100%;
    }

    .relative-bottom-right {
        position: relative;
        margin-top:30%;
        float: right;
    }
}



/****************************************** TABLES  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    .dataTables_length{
        width: 100%;
    }
    table thead tr td{
        font-size: 10px; line-height: 18px; padding: 6px 6px;
    }
    table.withLinks tbody tr td a{
        padding: 5px 10px; font-size: 11px;
    }
    .dataTables_info, .dataTables_paginate{
        width: 100%;
    }
    .dataTables_filter{
        text-align: left; width: 100%;
    }
    .paginate_button{
        margin: 0 1px; padding: 0 8px;
    }
    table tbody tr td{
        padding: 8px 5px; font-size: 10px;
    }
    table tbody tr td label{
        font-size: 9px;
    }
    table tbody tr td.vencimiento{
        line-height: 18px; font-size: 10.5px;
    }

    table.listaCompleta{
        border-width: 1px;
    }
    table.listaCompleta tr td{
        padding-left: 6px; padding-right: 10px; line-height: 16px; font-size: 11px;
    }

    table.forum thead tr td{
        padding-left: 8px;
    }
    table.forum tbody tr td a, table.topics tbody tr td a{
        padding: 6px 8px; font-size: 12px; line-height: 22px; font-weight: 500;
    }


    table.topics thead tr td{
        font-size: 12px; line-height: 16px;
    }
    table.topics tbody tr td a p{
        font-size: 10px; padding-right: 5px;
    }
    table.topics tbody tr td a{
        font-size: 10px; line-height: 20px;
    }
    table.topics tbody tr td a h2{
        font-size: 10px;
    }

}


/****************************************** SEARCH  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    h2.company{
        font-size: 15px; line-height: 24px;
    }
    h2.company span{
        display: block; float: none; clear: both;
    }

}


/****************************************** STATISTICS  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    .widget-chart .widget-chart-content{
        padding: 8px; margin-right: 0;
    }
    .widget-chart .widget-chart-sidebar{
        position: relative; width: 100%; padding: 8px; height: 200px;
    }

}



/****************************************** POSTS  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){
    .post .title{
        min-height: 55px;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px){
    /**Btn comentar**/
    .btn-coments{
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px){
    .header-article {
        height: 150px;
    }
}




/****************************************** ARTICLES  ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    .post article p,
    .post article span{
        font-size: 13px !important; line-height: 19px !important;
    }
    .post article img{
        max-width: 100% !important; display: block !important; clear: both !important;
        margin: 20px auto !important; height: auto !important;
    }

    div.options > a.comments{
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    div.options > a.comments{
        display: block !important;
    }
}
/****************************************** MI Perfil ******************************************/

@media screen and (min-width: 320px) and (max-width: 1024px){

    .searchGroup.search-perfil{
        height: auto;
    }

    form.sessionForm .searchGroup .eyedisabled{
        margin: 7px 0;
    }

    form.sessionForm .searchGroup .eye{
        margin: 7px 0;
    }

    i#help{
        display: none;
    }
}

/***APARTADO BUSQUEDA GENERAL**/
@media screen and (min-width: 320px) and (max-width: 1024px){
    .sp-not-found > a > label{
        display: none;
    }
}


/*** APARTADO SENTENCIAS**/

/** ELEMENTOS SENTENCIAS **/
@media screen and (min-width: 320px) and (max-width: 425px){
    div.container-sentencia{
        width: 100%;
        padding-top: 25px;
    }
    div.container-sentencia > h1,
    h1.h1-sentencia{
        font-size: 13px;
    }

    i.favorite-principal{
        position: absolute;
        right: 5px;
        top: 10px;
        color: red;
        cursor: pointer;
    }
    span.num-favoritas{
        position: absolute;
        right: 7%;
        top: 5%;
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        color: red;
    }
}

@media screen and (min-width: 426px) and (max-width: 1024px){
    div.container-sentencia{
        width: 100%;
        padding-top: 25px;
    }
    div.container-sentencia > h1,
    h1.h1-sentencia{
        font-size: 17px;
    }
    i.favorite-principal{
        position: absolute;
        right: 10px;
        top: 8px;
        color: red;
        cursor: pointer;
    }
    span.num-favoritas{
        position: absolute;
        right: 20px;
        top: 1px;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        color: red;
    }
}


/****************************************** Busqueda Rapida EFOS ******************************************/

@media screen and (min-width: 320px) and (max-width: 599px){
    .top-bar{
        display: none;
    }
    .top-barMobile{
        position: relative;
        top: 50px;
        background-color: #0D5DB9;
        width: 100%;
        min-width: 100%;
        height: 50px;
    }
    .top-barMobile i{
        color: #00499d;
        padding: 0px 5px;
        width: 11%;
        margin: 0px auto;
        background-color: #fff;
        text-align: center;
        height: 100%;
    }
    #btnBusqueda{
        height: auto;
        top: 100px;
        width: 100%;
        padding: 6px 0px 6px 0px;
    }
    .search-containerMobile{
        width: 100%;
        min-width: 100%;
        height: 50px;
        padding: 8px 8px;
    }
    #busquedaMobile{
        width: 85%;
        min-width: 85%;
        height: 40px;
        padding: 0 0px;
        position: relative;
        text-indent: 6px;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid #ccc;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        float: left;
        text-transform: uppercase;
        font-size: 1em;
    }

}

@media screen and (min-width: 600px) and (max-width: 1024px){
    .top-bar{
        /*display: none;*/
        width: 0%;
        position: absolute;
        left: 13.5%;
        padding-bottom: 14px;
        padding-top: 5px;
    }
    .text_search{
        display: inline-block !important;
    }
    .top-barMobile{
        display: none;
        position: relative;
        top: 52px;
        background-color: #0D5DB9;
        width: 20%;
        min-width: 100%;
        height: 50px;
    }
    .top-barMobile i{
        color: #fff;
        padding: 0px 5px;
        width: 9%;
        margin: 0px auto;
        background-color: #00499d;
        text-align: center;
        height: 100%;
    }
    .search-containerMobile{
        width: 100%;
        min-width: 100%;
        height: 50px;
        padding: 5px 5px;
    }
    #busquedaMobile{
        width: 89%;
        min-width: 89%;
        height: 40px;
        padding: 0 0px;
        position: relative;
        text-indent: 6px;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid #ccc;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        float: left;
        text-transform: uppercase;
        font-size: 1em;
    }

}

@media screen and (min-width: 1025px){
    #help{
        margin: 12px;
        color: #fff;
    }
    .top-barMobile{
        display: none;
    }
    .top-bar{
        display: block;
    }
    /* input explandible*/
    .top-bar {
        height: 60px;
        padding-top: 10px;
        z-index: 1;
        position: absolute;
        left: 255px;
    }
    .search-container {
        max-width: 950px;
        margin: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    #busquedaEFOS {
        padding: 5px;
        width: 210px;
        border-radius: 5px;
        border: 1px solid #ccc;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        float: left;
        text-transform: uppercase;
        font-family:'FontAwesome';
    }
    #busquedaEFOS:focus {
        width: 450px;
    }

}