html
{
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

html::-webkit-scrollbar
{
    width: 12px;
}

html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

html::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #c1c1c1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

body
{
    margin: 0;
}

.pre_carga{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
	z-index: 9999;
	background: url('../img/cargando.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: .9;
}

.contenedor-principal
{
    position: absolute;
    height: 100%;
    width: 100%;
}

.contenedor-principal-fondo
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/fondo2.png');
}

.style_menu
{
	margin-top:165px;
}

.migaja{
    font-size: 20px;
    cursor: pointer;
	color: gray;
}

.span_divisor{
	margin-bottom: 25%;
    height: 50px;
}

.contenedor
{
    position: relative;
    width: 100%;
    min-width: 300px;
    height: calc(100% - 150px);
    min-height: 550px;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.contenedor-ventanas
{
    position: relative;
    width: 95%;
    min-width: 300px;
    height: fit-content;
    min-height: calc(75% - 92px);
    margin: 0 auto 10px auto;
    padding: 30px 2.5%;
    border-radius: 0.5rem;
}

.titulo-subcontenedor
{
    position: relative;
    width: 100%;
    margin: 15px 0 20px 0;
    border-radius: 0.5rem;
    font: bolder 35px cursive;
    background: #00000073;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px #000;
    box-shadow: 0 0 0px 2px #040404;
}

.subtitulo-subcontenedor
{
    position: relative;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 0 10px;
    border-radius: 0.5rem;
    font: bolder 20px cursive;
    background: #00000073;
    color: white;
    text-align: left;
    text-shadow: 0 0 4px #000;
    box-shadow: 0 0 0px 1.5px #040404;
}

/* ////////// logo //////////// */

.contenedor-logo
{
    position: fixed;
    width: 100%;
    height: 100px;
    background: white;
    z-index: 3;
}

.contenedor-logo img
{
    position: absolute;
    width: auto;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* ////////// varios ////////// */

.campo-obligatorio
{
    color: red;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}

/* //////////// footer /////////////// */

.footer
{
    position: static;
    width: 100%;
    height: fit-content;
    bottom: 0;
    padding: 15px;
    background: #2f2f2f;
    z-index: 3;
}

.footer-parrafo
{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #ffffffa6;
    font: italic 13px 'verdana';
}

/* ////////// subventana /////// */

.subventana-dialog
{
    width: 80%;
    min-width: 300px;
}

.subventana-titulo
{
    background: #c5242c;
    color: white;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.subventana-titulo h4
{
    font: bolder 20px cursive;
}

.subventana-icono
{
    position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ///////////  ui ////////// */

.ui-autocomplete
{ 
    z-index: 1000000000;
}

.ui-autocomplete a
{
    font-weight: bolder;
    font: bolder 16px "arial";
}

/* ///////////// highcharts ///////// */

.highcharts-root, .highcharts-container
{
    width: 100% !important;
}

/* //////////// Generar Excel //////// */

.generar-excel-boton-descargar
{
    border-radius: 0.3em;
    border: 1px solid #4CAF50;
    background: #f2f2f2;
    float: right;
    cursor: pointer;
}

.generar-excel-boton-descargar:hover
{
    background: #e2dede;
    box-shadow: 0 0 3px 0px #108a10;
}

.generar-excel-boton-descargar img
{
    height: 25px;
}

/* //////// imagenes /////// */

.ajustar-imagen
{
    width: 100%;
    height: auto;
}

/* ////////// tablas /////////////// */

.tablas thead th, .tablas tbody td
{
    vertical-align: middle !important;
    border: 1.5px solid #00000069 !important;
}

.th-funciones-2
{
    min-width: 120px;
}

.th-funciones-3
{
    min-width: 150px;
}

/* ////////////// movile ///////////////////// */

@media screen and (max-width: 775px)
{
    .titulo-subcontenedor
    {
        font-family: 'dotum';
    }

    .subtitulo-subcontenedor
    {
        font-family: 'dotum';
    }

    .subventana-titulo h4
    {
        font-family: 'verdana';
    }
}

.justificar{
	text-align: justify;
}

/* ////////////////////////////////////////*/

#img_pub{
	width:50%;
}

@media screen and (max-width: 1550px)
{
	#img_pub{
		width:60%;
	}
}

@media screen and (max-width: 1100px)
{
	#img_pub{
		width:85%;
	}
}

@media screen and (max-width: 885px)
{
	#img_pub{
		width:100%;
	}
}

.swal-wide{
    width:80% !important;
}

.swal-modal{
    width:80% !important;
}