﻿

.demo-icon {
    font-family: "iconos" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

@font-face {
    font-family: 'iconos';
    src: url('./Iconos//font/iconos.eot?48655368');
    src: url('./Iconos/font/iconos.eot?48655368#iefix') format('embedded-opentype'), url('./Iconos/font/iconos.woff?48655368') format('woff'), url('./Iconos/font/iconos.ttf?48655368') format('truetype'), url('./Iconos/font/iconos.svg?48655368#iconos') format('svg');
    font-weight: normal;
    font-style: normal;
}
     

.navbar {
    background-color: var(--principal);
    color: var(--texto_contraste);
    display: none;
}
.navbar a{
    color:var(--texto_contraste);
}

.navbar-inverse .navbar-brand {
    color: var(--texto_sub);
    
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--texto_sub);
}





@font-face {
    font-family: 'HelveticaNeue Light';
    src: url('../fonts/HelveticaNeue Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Harabara';
    src: url('../fonts/Harabara.ttf') format('truetype');
}

body {
    padding-top: 0;
    padding-bottom: 20px;
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    /*font-weight:bolder !important;*/
}

a {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    /*font-weight: bolder !important;*/
}
p {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    /*font-weight: bolder !important;*/
}
label {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    /*font-weight: bolder !important;*/
}
button {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    font-weight: bolder !important;
}
input {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    font-weight: bolder !important;
}
.input {
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    font-weight: bolder !important;
}
div:not(.e-icon) {
    /*font-family: 'HelveticaNeue Light' !important;*/
    /*font-weight: bolder !important;*/
}
.gn-menu-wrapper.gn-open-all{
    width:250px;

}

.icon_menu {
    /*padding-left: 15px;
    padding-right: 35px;*/
    font-size: x-large;
    padding: 8px;
    padding-right: 32px;
}
/***********************MENU**************************/

.menu a {
    color: var(--links-menu);
}
.menu:hover {
    cursor: pointer;
}
.menu_two:hover {
    cursor: pointer;
}
.elemento_menu {
    width: 250px;
    border-top: 1px solid rgb(255, 255, 255,0.5);
    border-bottom: 1px solid rgb(255, 255, 255,0.5);
}
.menu .elemento_menu:hover {
    background-color: var(--principal_var2);
    cursor: pointer;
}

.menu_two .elemento_menu:hover {
    background-color: var(--secundario_var3);
    cursor: pointer;
}
.menu {
    background-color: var(--principal);
    width: 50px;
    background: linear-gradient(0deg, var(--principal) 0%, var(--principal) 60%, var(--fondo) 60%, var(--fondo) 100%);
    height: 1950px;
    height: calc(100%);
    position: fixed;
    z-index: 49;
}

.menu_two {
    background-color: var(--secundario);
    width: 0px;
    height: 1950px;
    position: fixed;
    left: 250px;
    z-index: 49;
    overflow-x: hidden;
}

.menu_three {
    background-color: var(--principal_var5);
    width: 0px;
    height: 1950px;
    position: fixed;
    left: 500px;
    z-index: 49;
    overflow-x: hidden;
}

#cortina_menu {
    background-color: rgb(128, 128, 128,0.5);
    width: 100%;
    position: fixed;
    height: 5000px;
    z-index: 48;
    display: none;
}
.icon_menu_main {
}

.subicon {
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
/*****************************************************/


header {
    /*font-family: 'Lobster', cursive;*/
    /*font-family: 'HelveticaNeue Light',monospace;*/
    font-family: 'Quicksand', sans-serif !important;
    text-align: center;
    font-size: 25px;
}

#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}

a {
    color: #074E8C;
}

.scrollbar {
    margin-left: 30px;
    float: left;
    height: 300px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}


/*
 *  STYLE 5
 */

.style-5::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    /*background-color: #F5F5F5;*/
    background-color: var(--principal);
}

.style-5::-webkit-scrollbar {
    width: 5px;
    background-color: var(--principal);
}

.style-5::-webkit-scrollbar-thumb {
    background-color: var(--scroll);
}


/*
 *  STYLE 6
 */

#style-6::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}


/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: var(--principal);
    border-radius: 10px;
}

#style-7::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, var(--principal)), color-stop(0.72, var(--principal)), color-stop(0.86, var(--principal)));
}

/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track {
    border: 1px solid black;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}


/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-10::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
}


/*
 *  STYLE 11
 */

#style-11::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-11::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-thumb {
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent)
}

/*
 *  STYLE 12
 */

#style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #444444;
}

#style-12::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}

/*
 *  STYLE 13
 */

#style-13::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}

#style-13::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#style-13::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D62929;
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
}

/*
 *  STYLE 14
 */

#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background-color: #CCCCCC;
}

#style-14::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent)
}

/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
}

/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-16::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-16::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}