﻿/*@import url('https://jaylo.eu/extranets/css/empleados-flexo.css');*/
@import url('ui.jqgrid.css');
@import url('jquery-ui.css');
@import url('sb-admin-2.css');
@import url('bootstrap.css');
@import url('extra.css');

a {
    cursor: pointer;
}

:root {
    --detalle1: #930407;
    --detalle2: #221e1f;
    --colorhr: #930407;
    --letra: #fff;
    --letra1: #930407;
    --letra2: #221e1f;
    --letra3: #000;
}

#fl_subir {
    position: absolute;
    top: 8px;
    right: 5px;
}

.btcaducidad1 {
    background-color: yellow;
    height: 25px;
    width: 25px;
}

.btcaducidad2 {
    background-color: red;
    height: 25px;
    width: 25px;
}

.caducidad1 {
    background-color: yellow;
    color: black;
}

.caducidad2 {
    background-color: red;
    color: white;
}

.bActu {
    background-image: url('../images/update.png');
    height: 25px;
    width: 25px;
}

    .bActu:hover {
        background-image: url('../images/update-hover.png');
        height: 25px;
        width: 25px;
    }

input[type="date"] {
    width: 150px;
    display: inline-block;
}

#fl_bajar {
    position: absolute;
    top: 8px;
    right: 5px;
}

#fd_subir {
    position: absolute;
    top: 8px;
    right: 5px;
}

#fd_bajar {
    position: absolute;
    top: 8px;
    right: 5px;
}

.class_h1 {
    font-size: 16px;
}

    .class_h1 i {
        font-size: 12px;
        margin: 0px;
    }

.mes_menos {
    position: absolute;
    top: -10px;
    left: -10px;
}

.mes_mas {
    position: absolute;
    top: -10px;
    right: -10px;
}

.mes_menos i {
    font-size: 12px;
}

.mes_mas i {
    font-size: 12px;
}

h1 {
    font-size: 30px;
}

    h1 a i {
        font-size: 16px;
        margin: 10px;
    }

.Previous, .next {
    padding: 5px;
    border: 1px;
    border-style: solid;
    border-color: var(--detalle-1);
    color: var(--detalle-1);
}

.paginate_button active a {
    background-color: var(--detalle-1);
    color: #fff;
    padding: 5px;
}

.paginate_button {
    padding: 5px;
    border: 1px;
    border-style: solid;
    border-color: var(--detalle-1);
    color: var(--detalle-1);
}

.calendario_fecha {
    color: #fff;
    background-color: var(--detalle-1);
    padding: 5px;
    font-size: 12px;
}

.calendario_div {
    border: 3px;
    border-style: solid;
    border-color: var(--detalle-1);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.nav-tabs .activo {
    margin-bottom: -2px;
    border: 1px solid var(--detalle-1);
    border-bottom-color: white;
    background-color: white;
}

.documentos li {
    border: 1px solid #ced4da;
    border-radius: 4px 4px 0 0;
}

.tab-content {
    border: 1px solid var(--detalle-1);
    border-radius: 4px 4px 0 0;
}

.css_visible {
    visibility: visible;
    display: inline-block;
}

.css_invisible {
    visibility: hidden;
    display: none;
}

.fas, .fa-search {
    padding: 5px;
}

#map_canvas {
    margin: 0 auto;
    /*position: absolute;*/
    min-width: 650px;
    min-height: 450px;
    width: 100%;
    height: 100%;
}

#bPedidosGrabar {
    font-size: 16px;
}

fieldset {
    max-width: 350px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
}

#filtro_dias {
    margin: 5px;
}

#filtro_leyendas {
    margin: 5px;
}

.icon_barra {
    display: inline-block;
    float: right;
}

.btn-botones {
    color: #fff;
    background-color: var(--detalle-2);
    border-color: var(--detalle-2);
}

.campos_facturacion {
    max-width: 100px;
    display: inline;
}

.detalle_cabecera {
    font-size: 16px;
}

    .detalle_cabecera i {
        margin-right: 5px;
    }

.detalle_cargas {
    font-size: 30px;
    text-align: right;
}

.origen_clase {
    background-color: #ba5100;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
}

.destino_clase {
    background-color: var(--detalle2);
    color: #fff;
    padding: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
}

    .destino_clase i {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
    }

.botones {
    border: 1px;
    border-color: #343434;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    width: 40px;
    text-align: center;
}

.ui-pager-control {
    font-size: 12px;
}

    .ui-pager-control span {
        font-size: 12px;
    }

    .ui-pager-control select {
        font-size: 12px;
    }

    .ui-pager-control input {
        font-size: 12px;
        height: 18px;
        border: 1px;
        border-style: solid;
        border-radius: 0px;
    }

.grid_detalle {
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
}

.vistas {
    display: inline-block;
    float: right;
}

    .vistas i {
        padding-left: 15px;
        font-size: 26px;
        font-size: 26px;
        text-align: center;
        width: 30px;
        height: 30px;
    }

.filtros span {
    padding-left: 10px;
    padding-right: 10px;
}

.form-input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.det i {
    text-align: right;
    float: right;
    font-size: 16px;
    padding-left: 10px;
}

.icono i {
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}

.filtros a {
    color: #343434;
    text-decoration: none;
}

.sidebar-heading i {
    text-align: right;
    float: right;
    font-size: 16px;
    padding-left: 10px;
}

.div_idioma {
    position: fixed;
    left: 45%;
    margin: 5px;
    z-index: 999;
}

.div_idiomas {
    margin: 10px;
    z-index: 99;
}

.idiomasclass {
    font-size: 12px;
    color: #ba5100;
}

    .idiomasclass a {
        font-size: 12px;
        color: #ba5100;
        text-decoration: none;
    }

.text-secondary span {
    padding: 0px;
    padding-right: 8px;
}

.main-wrapper {
    height: 100vh;
}

.form-group input {
    width: 250px;
}

.section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagen_fondo {
    position: relative;
    min-height: 350px;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    /*
    background-image: url('../images/login.png');
    color: #fff;
    background-color: #175fb3;
    */
}

.tam {
    max-height: 50px;
    min-height: 50px;
    font-size: 13px;
    text-align: center;
    border: 2px;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #ba5100;
    vertical-align: middle;
}

.tam1 {
    max-height: 45px;
    min-height: 45px;
    font-size: 12px;
    text-align: left;
    border: 1px;
    border-style: solid;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #798ba4;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto;
}

.tam2 {
    max-height: 45px;
    min-height: 45px;
    font-size: 16px;
    text-align: center;
    border: 1px;
    border-style: solid;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #798ba4;
    vertical-align: middle;
    padding: 5px;
    margin: 0 auto;
}

.evaluados span {
    font-size: 11px;
}

hr {
    background-color: var(--colorhr);
}

.canvas_css {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    cursor: pointer;
    max-width: 250px;
    min-height: 150px;
}

    .canvas_css span {
        text-align: center;
        cursor: pointer;
    }

input[type=file] {
    font-size: 12px;
}

input[type=checkbox] {
    background-color: #ff0000;
    width: 20px;
    height: 20px;
    display: inline-block;
}

input[type=radio] {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: #3b3b3b;
}

.text_bloque {
    font-size: 16px;
    font-weight: bold;
    color: #ba5100;
}

.text_campo {
    font-size: 16px;
    color: #444444;
}

.text_bloque_descripcion {
    font-size: 16px;
    font-weight: bold;
    color: #ba5100;
}

.text_descripcion {
    font-size: 12px;
}

span {
    font-size: 14px;
}

btn {
    font-size: 12px;
}

.sel_titulo {
    color: #444444;
    padding-left: 20px;
}

.ls_invisible {
    display: none;
    visibility: hidden;
}

.ls_visible {
    display: inline-block;
    visibility: visible;
}

.ls_invisible1 {
    visibility: hidden;
}

.ls_visible1 {
    visibility: visible;
}

.margin_0 {
    margin: 0px;
}

.padding_0 {
    padding: 0px;
}

.padding_5 {
    padding: 5px;
}

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px;
}

.padding_25 {
    padding: 25px;
}

.padding_r_0 {
    padding-right: 0px;
}

.padding_l_10 {
    padding-left: 10px;
}

.padding_l_20 {
    padding-left: 20px;
}

.div_iz {
    text-align: left;
}

    .div_iz img {
        text-align: left;
    }

    .div_iz a img {
        text-align: left;
    }

    .div_iz input {
        /*float: left;*/
    }

.div_ce {
    text-align: center;
}

    .div_ce img {
        text-align: center;
    }

.div_ju {
    text-align: justify;
}

    .div_ju img {
        text-align: justify;
    }

    .div_ju a {
        text-decoration: none;
    }

.div_de {
    text-align: right;
    top: 0px;
}

    .div_de img {
        text-align: right;
    }

    .div_de input {
    }

    .div_de a {
        text-decoration: none;
    }

.alto_1 {
    height: 1px;
}

.alto_5 {
    height: 5px;
}

.alto_10 {
    height: 10px;
}

.alto_20 {
    height: 20px;
}

.alto_30 {
    height: 30px;
}

.alto_40 {
    height: 40px;
}

.alto_50 {
    height: 50px;
}

.alto_60 {
    height: 60px;
}

.alto_70 {
    height: 70px;
}

.alto_80 {
    height: 80px;
}

.alto_90 {
    height: 90px;
}

.alto_100 {
    height: 100px;
}

.alto_110 {
    height: 110px;
}

.alto_120 {
    height: 120px;
}

.alto_130 {
    height: 130px;
}

.alto_140 {
    height: 140px;
}

.min_ancho_150 {
    min-width: 150px;
}

.ancho_min_400 {
    min-width: 400px;
}

.max_ancho_10 {
    max-width: 10px;
}

.max_ancho_20 {
    max-width: 20px;
}

.max_ancho_30 {
    max-width: 30px;
}

.max_ancho_40 {
    max-width: 40px;
}

.max_ancho_50 {
    max-width: 50px;
}

.max_ancho_60 {
    max-width: 60px;
}

.max_ancho_70 {
    max-width: 70px;
}

.max_ancho_80 {
    max-width: 80px;
}

.max_ancho_100 {
    max-width: 100px;
}

.max_ancho_110 {
    max-width: 110px;
}

.max_ancho_120 {
    max-width: 120px;
}

.max_ancho_130 {
    max-width: 130px;
}

.max_ancho_140 {
    max-width: 140px;
}

.max_ancho_150 {
    max-width: 150px;
}

.max_ancho_160 {
    max-width: 160px;
}

.max_ancho_170 {
    max-width: 170px;
}

.max_ancho_175 {
    max-width: 175px;
}

.max_ancho_180 {
    max-width: 180px;
}

.max_ancho_200 {
    max-width: 200px;
}

.max_ancho_250 {
    max-width: 250px;
}

.max_ancho_300 {
    max-width: 300px;
}

.max_ancho_350 {
    max-width: 250px;
}

.max_ancho_400 {
    max-width: 400px;
}

.max_ancho_450 {
    max-width: 450px;
}

.max_ancho_500 {
    max-width: 500px;
}

.max_alto_60 {
    max-height: 60px;
}

.min_alto_300 {
    min-height: 300px;
}

.min_alto_400 {
    min-height: 400px;
}

.min_alto_500 {
    min-height: 500px;
}

.paginacion {
    font-size: 25px;
    padding: 10px;
}

.youtube-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.form-control-1 {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control-1::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control-1:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control-1::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-1::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-1:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-1::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-1::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control-1:disabled, .form-control-1[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

select.form-control-1:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control-1:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-1-file,
.form-control-1-range {
    display: block;
    width: 100%;
}

.form-control-1::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control-1:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-1::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-1::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-1:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-1::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-1::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-1:disabled, .form-control-1[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control-1:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control-1:focus::-ms-value {
    color: #495057;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.seleccionar {
    border: 1px;
    border-style: solid;
    border-color: #dc3545;
}

.cargando {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/cargando.gif') 50% 25% no-repeat;
}

.CssB1 {
    background-color: yellow;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB2 {
    background-color: #1BB6E9;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB3 {
    background-color: #83C9E0;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB44 {
    background-color: #fdb677;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB5 {
    background-color: #FF0080;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB6 {
    background-color: #DF5760;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB7 {
    background-color: red;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssDias {
    background-color: white;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssTrabajados {
    background-color: silver;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssAntes {
    background-color: #14c810;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssBorrar {
    background-image: url('../images/borrar.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB4 {
    background-image: url('../images/solicitar.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB12 {
    background-image: url('../images/ausencias.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssB9 {
    background-image: url('../images/denegar.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.b_activado {
    background-image: url('../images/marcar.png');
    background-position: center;
    background-repeat: no-repeat;
}

.CssDiasTrabajados, .CssDiasTrabajados a {
    background-color: silver;
    color: black;
}

.CssHoy, .CssHoy a {
    background-color: #ffffff;
    color: red;
    font-weight: bolder;
}

.CssDiasAntes, .CssDiasAntes a {
    background-color: #14c810;
    color: white;
}

.Td {
    border: 1px solid white;
    padding: 2px;
}

    .Td input {        
        position:relative;
        /*top:10px;*/
    }
    .Td span {
        position: absolute;
        /*top:10px;*/
    }

.b4_td {
    border: 1px solid red;
    padding: 2px;
}

    .b4_td input {
        border: 1px solid red;
        padding: 2px;
        margin-top: 2px;
        margin-bottom: -4px;
    }

.b11_td {
    border: 1px solid red;
    padding: 2px;
}

    .b11_td input {
        border: 1px solid red;
        padding: 2px;
        margin-top: 2px;
        margin-bottom: -4px;
    }

.b12_td {
    border: 1px solid red;
    padding: 2px;
}

    .b12_td input {
        border: 1px solid red;
        padding: 2px;
        margin-top: 2px;
        margin-bottom: -4px;
    }

.CssDiv {
    border: 1px solid #000;
    border-top: 0px;
}

.CssTD {
    border: 1px solid #000;
    min-width: 20px;
    max-width: 20px;
    cursor: pointer;
}

.CssDias11 {
    background-image: url('../images/borrar.png');
    background-position: center;
    background-repeat: no-repeat;
    color: black;
}

.CssDias12 {
    background-image: url('../images/ausencias.png');
    background-repeat: no-repeat;
    background-position: top left;
    color: black;
}

.CssDias1 {
    background-color: yellow;
    color: black;
    font-size:14px;
}

.CssDias2 {
    background-color: #1BB6E9;
    color: black;
}

.CssDias3 {
    background-color: #83C9E0;
    color: black;
}

.CssDias4 {
    /*imagen*/
    background-image: url('../images/solicitar.png');
    background-repeat: no-repeat;
    background-position: top left;
    color: black;
}

.CssDias41 {
    /*imagen*/
    background-image: url('../images/solicitar.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: yellow;
    color: black;
}

.CssDias411 {
    /*imagen*/
    background-image: url('../images/solicitar_borrar.png');
    background-repeat: no-repeat;
    background-position: left;
    color: black;
}

.CssDias4111 {
    /*imagen*/
    background-image: url('../images/solicitar_borrar.png');
    background-repeat: no-repeat;
    background-position: left;
    background-color: yellow;
    color: black;
}

.CssDias5 {
    background-color: #FF0080;
    color: black;
}

.CssDias6 {
    background-color: #DF5760;
    color: black;
}

.CssDias7, .CssDias7 a {
    background-color: red;
    color: white;
}

.CssDias20 {
    background-color: darkorange;
    color: black;
}

.CssHoras {
    background-color: darkorange;
    color: black;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.CssDias9 {
    /*imagen*/
    background-image: url('../images/denegar.png');
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    background-size: cover;
}

    .CssDias9 a {
        /*imagen*/
        background-image: url('../images/solicitar_denegar.png');
        background-repeat: no-repeat;
        background-position: left;
        color: black;
    }

.CssDias911 a {
    /*imagen*/
    background-image: url('../images/solicitar_borrar_denegar.png');
    background-repeat: no-repeat;
    background-position: left;
    color: black;
}

.CssDias a {
    background-color: white;
    color: black;
}



.dias {
    text-align: center;
    font-weight: bold;
    margin: 5px;
}

.alto_dia {
    vertical-align: middle;
    margin: 5px;
}

.exacto {
    text-align: center;
    margin: 5px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

#BGuardar i {
    font-size: 16px;
}
#BGuardar2 i {
    font-size: 16px;
}

.calidad_titulo {
    font-weight: bold;
    font-size: 14px;
}

.calidad_descripcion {
    font-size: 14px;
}

.calidad_fecha {
    font-size: 12px;
}

.capa_video {
    z-index: 9999;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.capa_video_reproducir {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.visto {
    color: #000000;
}

.ves {
    color: #ff0000;
}

@media (max-width: 568px) {

    .clase_h1 {
        font-size: 16px;
    }

    .ui-widget-header {
        font-size: 16px;
    }

    .dias {
        font-size: 16px;
    }

    .CssTD {
        font-size: 22px;
    }

    h1 {
        font-size: 16px !important;
    }

        h1 i {
            font-size: 22px !important;
        }

    .mes_mas i {
        font-size: 22px;
    }

    .mes_menos i {
        font-size: 22px;
    }

    .fa-arrow-alt-circle-left {
        font-size: 22px;
    }
}

.mensajes {
    font-size: 14px;
    font-weight: bold;
    width: 350px;
    left: 40%;
    top: 40%;
    text-align: center;
}

    .mensajes i {
        padding-right: 15px;
        font-size: 24px;
    }

.footer-bar {
    display: none;
    background-color:var(--detalle1);
    color:var(--letra)!important;
}
    .footer-bar a {
        color: var(--letra) !important;
    }
    .footer-bar i {
        color: var(--letra) !important;
    }
.calen_margen {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 576px) {
    .logo_min {
        display: none;
    }
}

@media (max-width: 576px) {

    .footer-bar {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        list-style: none;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        z-index: 1;
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .footer-bar span {
            font-size: 12px
        }

    #accordionSidebar {
        display: none;
    }

    .nav-link {
        display: block;        
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0px;
    }

    .nav-item .nav-link {
        padding: 5px;
        width: auto;
    }

    #BSalir span {
        font-size: 0px !important;
    }

    .logo_min {
        display: inline-block;
    }

    .calen_margen {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.div-scroll {
    overflow: scroll;
}

.imagen {
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    background-position: center center;
    height: 50px;
    background-color: var(--detalle1);
    border-radius: 25px;
    display: inline-flex;
    margin-left: 20px;
}

.imagen2 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    background-position: center center;
    height: 150px;
    background-color: var(--detalle1);
    border-radius: 75px;
    display: inline-block;
}

.presentacion {
    height: 70vh;
    font-size: 30px;
}

.ver {
    position: absolute;
    font-size: 8px;
    right: 15px;
    color: red;
}

.ver2 {
    position: absolute;
    font-size: 8px;
    left: 5px;
    color: red;
}

.titulo {
    font-size: 24px;
    padding-top: 15px;
    font-weight: bolder;
}

.leyenda span {
    padding-right: 5px;
}

.leyenda {
    padding-bottom: 2px;
    padding-top: 2px;
}

.leyenda_detalle i {
    margin-right: 10px;
}

