@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;800&display=swap');

body {
    font-family: Montserrat;
    color: #333;
    background-color: #EAEAEA;
}

footer {
    background-color: #EAEAEA;
}



.btn-link {
    color: #333;
}

.card {
    border-radius: 0px;
    /*border: solid 1px #333 !important;*/
    border: none !important;
}

.informe .indicador {
    border-radius: 0px;
    /*border: solid 1px #333 !important;*/
    border: none !important;
}

.informe .indicador .valor {
    color: #333;
}

.map {
    border: none;
}

.page-header {
    margin: 0px;
    background-color: #EAEAEA;
    border-bottom: solid 2px #D0D0D0;
    padding: 8px;
    margin-bottom: 20px;
    top: 0px;
    z-index: 1100;
}

.page-header a.btn-link {
    color: #333;
}

.sticky {
    top: 80px;
    position: sticky !important;
}



#sidebar {
    width: 300px;
    left: -300px;
    z-index: 100000;
}
