﻿/* Importar Material Icons */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.estados_bar_top {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #212121;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

    .estados_bar_top .logo {
        color: white;
        font-size: 24px;
        display: flex;
        align-items: center;
    }
