*{
    overflow-x: hidden;
    overflow-y: hidden;
}
.iconos {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.icon {
    z-index: 30;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}
.ventana {
    -webkit-app-region: drag;
    z-index: 1;
    width: 100%; height: 33px;
    background: whitesmoke;
    position: absolute;
    top: -30px;
    left: 0;
    color: #414042;
    z-index: 999;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    transition: top 0.4s;
}
.ventana:hover {
    top: 0px;
}

.logo_v {
    float: left;
}

.botones {
    -webkit-app-region: no-drag;
    float: right;
    height: 31px;
    
}

.btn_ventanas {
    width: 35px; height: 31px;
    background: transparent;
    border: none;
    margin-left: -2px;
    margin-right: -2px;
    cursor: pointer;
}
.btn_ventanas:hover {
    background: rgba(255,255,255,0.05);
}

.btn_ventana_cerrar {
    width: 35px; height: 31px;
    background: transparent;
    border: none;
    margin-left: -2px;
    margin-right: -2px;
    cursor: pointer;
}
.btn_ventana_cerrar:hover {
    background: rgba(255,255,255,0.05);
}

.titulo {
    margin-top: 5px;
}



.cerrar {
    font-size: 18px;
}

.maxi {
    font-size: 18px;
}

.mini {
    font-size: 12px;
}
