:root {
    --Color-Menu: #3c8a26;
    --Color-Estado: #333360;
    --Color-Titulos: #750808;
    --Color-Fondo: #e2e2e2;   
    --Ancho-Contenido: 80%;
    --Color-Resaltado: #b0c5ca;     
    --Color-SubMenu01: #7EA573;
    --Color-SubMenu02: #A8DC9A;
    --Color-Informacion: #000000;
    --Color-Input:#333360; 
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif, 'icomoon';
}

#toast-container > div {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

#contenedor_carga {
    background-color: rgba(250,240,245,0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
    visibility: visible;
}

#acciones_mostrar {
    display: flex;
}

#titulo_mostrar {
    display: flex;
}

#buscar-palabra {
    display: none;
}

#buscar-filtro {
    display: none;
}

#importar-datos {
    display: none;
}

#carga {
    border: 15px solid #ccc;
    border-top-color: var(--Color-Menu);
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

.paginado {
    color: #fff;
    background: var(--Color-Estado);
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 37px;
    padding: 3px 0px;
}

#popup-fecha {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}

.filtro-izquierdo {
    color: #fff;
    background: #fff;
    position: fixed;
    top: 110px;
    left: 0px;
    /*height: 50px;*/
    width: 350px;
    padding: 5px 5px 3px 5px;
    border: 1px solid var(--Color-Estado);
    display: block;
}

@keyframes girar {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

body {    
	background:	                #ffffff;
    height:                     100%;
    width:                      100%;
}

.nav {
    position: fixed;
    left: 0;
    top: 30px;
    width: 100%;
    height: 40px;                   
    background: var(--Color-Menu);
    font-size: 16px;
    z-index: 101;
}

.nav .logotipo {
    width:                      15%;
    height:                     40px;
    float:                      left;
    overflow:                   hidden;
}

.nav .logotipo .text-menu {
    color:                      #ffffff;
}

.logotipo-img img {
    height:                     100%;
}

.logotipo-img {
    overflow:                   hidden;
    width:                      103px;
    height:                     31px;
    display:                    flex;
    align-items:                left;
    justify-content:            left;
    margin:                     4px;
}

.nav .menu {
    width:                      85%;
    height:                     40px;
    list-style-type:            none;
    float:                      right;
}

.nav .menu > li {
    float:                      left;
    position:                   relative;    
}

.nav .menu .child-sub-menu > li,
.nav .menu .sub-menu > li {
    position:                   relative;
    float:                      none;
}

.nav .menu .child-sub-menu > li > a:hover,
.nav .menu .sub-menu > li > a:hover,
.nav .menu > li > a:hover {
    background:                 var(--Color-Resaltado);
    height:                     40px;
}

.nav .current-menu {
    background:                 #ffffff;
    height:                     40px;
}

.nav .menu .child-sub-menu > li > a > span:nth-child(1),
.nav .menu .sub-menu > li > a > span:nth-child(1),
.nav .menu > li > a > span:nth-child(1) {
	float: 					    left;
	margin: 				    3px 5px 0 0;
}

.nav .menu .child-sub-menu > li > a > span:nth-child(2),
.nav .menu .sub-menu > li > a > span:nth-child(2),
.nav .menu > li > a > span:nth-child(2) {
	float: 					    right;
	margin: 				    3px 0 0 5px;
}

.nav .menu .sub-menu,
.nav .menu .child-sub-menu {	
	display: 				    none;
	background: 			    #fff;
	position: 				    absolute;
	left: 				    	0;
	width: 					    170%;
	top: 					    100%;
	list-style-type: 		    none;
}

.nav .menu .child-sub-menu {
	left: 					    100%;
	top: 					    0%;
	width: 					    100%; 
}

.nav .menu > li:target > .sub-menu,
.nav .menu .sub-menu > li:target .child-sub-menu,
.nav .menu > li:hover > .sub-menu, 
.nav .menu .sub-menu > li:hover .child-sub-menu {
	display: 				    block;
}

.nav .menu .child-sub-menu > li > a,
.nav .menu .sub-menu > li > a,
.nav .menu > li > a {
    padding: 10px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    background: var(--Color-Menu);
    height: 40px;
    
}

.header-menu {
    height:                     40px;
    font-size:                  16px;
    background:                 #c85151;
    color:                      #fff;
}

.header-menu .text-menu {
    font-size:                  16px;
    padding:                    14px 14px;
    float:                      left;
    cursor:                     pointer;
    height:                     40px;
    font-weight:                normal;
}

.header-menu .icon-menu:active {
	background: 			    #f1f1f1;		
}

.header-menu .icon-menu {
    font-size:                  24px;
	padding: 				    10px 10px;
	float: 					    left;
	border-radius: 			    100%;
	cursor: 				    pointer;
}

.box-header-menu .header-menu {
    position:                   fixed;
    left:                       0;
    top:                        0;
    display:                    none;
    width:                      100%;
    overflow:                   hidden;
    padding:                    0 0 0 0;
    background:                 var(--Color-Menu);
    z-index:                    100;
}

.box-account {
	display: 				    none;
}

.box-photo-img {
	overflow: 				    hidden;
	width: 					    170px; 
	height: 				    70px;
	display: 				    flex;
	align-items: 			    center;
	justify-content: 		    center;
}
    
.box-photo-img img {
	height: 				    100%;
}

.box-name-user {
	padding: 				    0;
}

.box-name-user h5,
.box-name-user h4 {
	font-size: 				    16px;
	color: 					    #000;
	font-weight: 			     bold;
}

.box-name-user h5 {
	font-size: 				    14px;
	color: 			            rgba(0,0,0,0.5);
}

.menu-titulo {
    top: 70px;
    position: fixed;
    background: var(--Color-Titulos);
    width: 100%;
    height: 37px;
    z-index: 99;
}

.titulo-paginas {
    text-align: left;
    align-items: center;
    justify-content: initial;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 40px;
    font-size: 25px;
    display: flex;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
}

.subtitulos-documento {
    text-align: center; 
    margin: 0px 0px 0px 2px; 
    padding: 2px 0px 0px 0px; 
    color: #fff; 
    height: 38px; 
    font-size: 22px; 
    font-weight: bold; 
    text-transform: uppercase; 
    background: var(--Color-Menu);
}

.menu-acciones {
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
    padding: 6px 3px 0 0;
}

.Espacio {
    height:                     85px;
    background:                 var(--Color-Fondo);
}

.Estado {
    height:                     43px;
    background:                 var(--Color-Fondo);
}

.filtro-izquiero {
    height:                     43px;
    background:                 var(--Color-Fondo);
}

.box-header-menu .Informacion {
    background: var(--Color-Informacion);
    top: 0px;
    height: 30px;
    width: 100%;
    position: fixed;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    z-index: 99;    
    left: 0;
    top: 0;
}

.box-header-menu .Informacion .accesos_rapidos {
    justify-content:            flex-end;
    text-align:                 right;
    align-items:                flex-end;
    padding:                    3px;
    width:                      30%;
    float:                      right;
}

.box-header-menu .Informacion .informacion_usuario {
    text-align:                 left;
    align-items:                center;
    justify-content:            space-around; 
    color:                      #fff;
    width:                      70%;
    height:                     100%;
    font-size:                  10px;
    display:                    flex;
    float:                      left;
    margin:                     2px 0px;
}

.iUser {
    padding:                    0px 0px;
}

#is_menu:checked + .box-header-menu > .nav {
    left:                       0;
    visibility:                 visible;
    opacity:                    1;
    z-index:                    102;
    -webkit-transition:         all .25s ease-in-out;
    -o-transition:              all .25s ease-in-out;
    transition:                 all .25s ease-in-out;
}

#is_menu:checked + .box-header-menu > .header-menu label {
	position:                   fixed; 
	text-align: 			    left;
	background: 			    #000000;	
	top: 					    0;	
	height: 				    100%;
	width:                      100%;
}

@media (max-width:768px) {
	.box-account {
        display: 				block;
        padding: 				    30px 0px 15px 30px;
        border-bottom: 			    solid .1em #f1f1f1;
        background:                 #fff;
        height: 200px;
        width: 100%;        
        
	} 

    .header-menu .text-menu {
        font-size:                  16px;
        padding:                    10px 0px;
        float:                      left;
        cursor:                     pointer;
        height:                     40px;
        font-weight:                normal;
        text-transform:             uppercase;
        text-align: 			    center;
        align-items:                center;
    }

    .nav {        
		overflow: 				auto;
		top: 					0;
		left: 					-100%;
		width: 					65%;
		opacity: 				0;
		visibility: 			hidden;
		height: 				100%;
        background:             #fff;
	}
	
	.box-header-menu .header-menu {
		display:                block;
        top:                    30px;
	}

    .logotipo {
        display:                none;
    }

	.logotipo .text-menu {
		display:                none;
	}

    .nav .menu .child-sub-menu,
    .nav .menu .sub-menu {
        width:                  100%;
        left:                   auto;
        padding:                0 0 0 15px;
        top:                    auto;
        background:             var(--Color-SubMenu01);
        position:               relative;
        -webkit-box-shadow:     none;
        box-shadow:             none;
    }
	
	.nav .menu .sub-menu > li > a > span:nth-child(2) {
		-webkit-transform: 		rotate(90deg);
		    -ms-transform: 		rotate(90deg);
		        transform: 		rotate(90deg);
	}

    .nav .menu .child-sub-menu {
        background:             var(--Color-SubMenu02); 
        padding:                0 0 0 15px;
    }
	
	.nav .menu > li {
		float: 					none;
	}

    .nav .menu {
        margin:                 0;
        width:                  100%;
        float:                  left;        
    }

    .nav .menu .child-sub-menu > li > a:hover,
    .nav .menu .sub-menu > li > a:hover,
    .nav .menu > li > a:hover {
        background: var(--Color-Menu);
        height: 40px;
        color: #fff;
    }
    
    .nav .menu .child-sub-menu > li > a,
    .nav .menu .sub-menu > li > a,
    .nav .menu > li > a {
        padding:                10px 10px;
        color:                  #000;
        display:                block;
        text-decoration:        none;
        background:             #ffffff;
        border-bottom:          solid 0px #fff;
        height:                 40px;
    }

    .box-header-menu .Informacion {
        background:             var(--Color-Informacion);
        top:                    0px;
        height:                 30px;
        width:                  100%;
        position:               fixed;
    }

    .box-header-menu .Informacion .informacion_usuario {
        text-align:             left;
        align-items:            center;
        justify-content:        space-around;
        color:                  #fff;
        width:                  70%;
        height:                 100%;
        font-size:              7px;
        display:                flex;
        float:                  left;
    }

    .iUser {
        padding:                0px 0px;
    }

    .titulo-paginas {
        font-size: 16px;
        display: none;
        text-align: center;
        justify-content: center;
    }

    .menu-acciones {
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 3px 0 0 0;
        height: 15px;
        margin: 0; 
        border: 0px solid #ffffff;
    }
    
    .menu-titulo {
        height: 37px;
    }    

    .Espacio {
        height:                     83px;
        background:                 #e2e2e2;
    }

    .Estado {
        height:                     37px;
        background:                 #fff;
    }

    .filtro-izquierdo {
        color: #fff;
        background: #fff;
        position: fixed;
        top: 110px;
        left: 0px;
        width: 100%;
        padding: 5px 5px 3px 5px;
        border: 0px solid var(--Color-Estado);
        display: block;
    }    
}
    
@media (max-width:550px) {
	.nav {
		width: 					90%;
    }
}