/* Hoja de estilos utilizada por crawler externo (proyecto Crawlan) */

/* IMPORTANTE: Estos estilos NO se usan dentro del producto ---> NO BORRAR */

html.crawlan, html.crawlan body {
  min-height: 100% !important;
  height: auto !important;
}

html.crawlan body {
    position: relative !important;
}

html.crawlan .main-body{
    min-height: 100vh !important;
    height: auto !important;
}

html.crawlan .main-content-wrapper {
    overflow-y: visible !important;
}

html.crawlan .main-content {
    overflow-y: visible !important;
}

html.crawlan .main-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
}

html.crawlan .escritorio {
    overflow-y: visible !important;
}

html.crawlan #djDebugToolbar {
    display: none !important;
}
