html {
    all: unset;
}
body {
    font-family: "Segoe UI", sans-serif;
    font-size:100%;
}
.icono{
    height: 20px;
    width: 20px;
}
.fa {
    display: inline list-item;
    font: normal normal normal 15px/1 FontAwesome;
    margin: 8px;
}
.barra {
    position: fixed;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 1rem 0;
    box-sizing:border-box;
}

.barra .boton-cerrar {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2rem;
    display: block;
    padding: 0;
    line-height: 1.5rem;
    margin: 0;
    height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
}

.barra ul, .barra li{
    margin:0;
    padding:0;
    list-style:none inside;
}

.barra ul {
    margin: 4rem auto;
    display: block;
    width: 80%;
    min-width:200px;
}

.barra a {
    display: block;
    font-size: 100%;
    color: #eee;
    text-decoration: none;

}

.barra a:hover{
    color:#fff;
   /* background-color: #E0D31D;*/

}

h1 {
    color:#E0D31D;;
    font-size:180%;
    font-weight:normal;
}
#contenido {
    transition: margin-left .4s;
    padding: 1rem;
    margin-top: 5rem;
}
.abrir-cerrar {
    cursor: pointer !important;
    padding: 1rem !important;
    background-color:
            #333 !important;
    color:
            #fff !important;
    width: 100% !important;
    margin-top: -10px !important;
    margin-left: -15px;
    text-decoration: none;
    position:fixed;
    z-index:1000;
    top:0;
    float: left;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;

}

#abrir {

}
#cerrar {
    display:none;
}
.logo {
    float: right;
    margin-right: 2%;
}


/*ul.acorh,
ul.acorh * {
    margin: 0;
    padding: 0;
    border: 0;
}*/
ul.acorh {
    margin: 10px auto;
    padding: 0;
    list-style: none;
    width: 100%;
    font-size: 18px;
}
ul.acorh li {
    list-style: none;
}
ul.acorh li a {
    display: block;
    padding: 10px 10px 10px 20px;
    background: #333;
    color: #eee;
    text-decoration: none;
    box-sizing: border-box;
}
ul.acorh li ul {
    max-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    transition: .3s all ease-in;
}
ul.acorh li li a {
    padding: 10px 10px 10px 40px;
    background: #333;
    color: #fff;
    font-size: 16px;
    border: 0;
    box-sizing: border-box;
}
ul.acorc li li:last-child a {
    border-bottom: 0;
}
ul.acorh li:target ul {
    max-height: 300px;
    transition: .3s all ease-in;
}
/*ul.acorh li a:hover {
    background: #666;
    color: #fff;
}*/

.separador{
    margin-top: 5rem;
}

.expander{
    line-height: 30px;
    margin: auto;
    font-size: 18px;
    padding: 5px;
    text-align: center;
    background:
            #333;
    border: solid 1px
    #666;
    color:
            #ffffff;
    border-radius: 3px;
    user-select: none;
    text-decoration:none;
}
.texta{
    margin-left: 40%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: visible !important; //para que no salga scroll en tablas.
}
#nfranquicia {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 4.2em;
    padding: .5em;
    color: white;
}
.soporte {
    position: fixed;
    z-index: 9999;
    margin-top: 2px;
    top: 0;
    right: 40%;
    padding: .1em;
    color: white;
}

.container{
    display: flex !important;
}

.parpadea {

animation-name: parpadeo;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;

-webkit-animation-name:parpadeo;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
