:root {
    --bs-dark-rgb: 60, 69, 87;
    /* Reemplaza con el valor RGB que desees */
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 100;
    src: url('../fonts/MUSEO_SANS/MuseoSans-100.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 300;
    src: url('../fonts/MUSEO_SANS/MuseoSans-300.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 400;
    src: url('../fonts/MUSEO_SANS/MuseoSans_500.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 700;
    src: url('../fonts/MUSEO_SANS/MuseoSans_700.otf') format('opentype');
}


@font-face {
    font-family: 'MuseoSans';
    font-weight: 900;
    src: url('../fonts/MUSEO_SANS/MuseoSans_900.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 100;
    font-style: italic;
    src: url('../fonts/MUSEO_SANS/MuseoSans-100Italic.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/MUSEO_SANS/MuseoSans-300Italic.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/MUSEO_SANS/MuseoSans_500_Italic.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/MUSEO_SANS/MuseoSans-700Italic.otf') format('opentype');
}

body {
    font-family: 'MuseoSans', sans-serif;
}

b {
    font-weight: 900
}

#header {
    background: #303845;
}

.logoMivi {
    max-width: 100%;
    width: 300px;
    height: auto;
}

.logoMiviMap {
    max-width: 100%;
    width: 90px;
    height: auto;
    margin-left: 10px;
}

.logoGov {
    max-width: 100%;
    width: 110px;
    height: auto;
}

#navbar .nav-item {
    font-size: 15px;
    font-weight: 300;
}

#navbar .nav-item:hover {
    background: #6C7287;

}

.custom-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: 32px;
}

.socialIcons {
    max-width: 150px;
}

.breakAll {
    word-break: break-all;
}

.text-justify {
    text-align: justify;
}

#footer {
    font-size: 14.5px;
}

#footer, #footer a {
    color: #C1C4C8;
}

.colorA {
    color: #303845;
}

.colorB {
    color: #3C4557;
}

.colorC {
    color: #6C7287;
}


.bgA {
    background: #303845 !important;
    border-color: #303845;
}

.bgB {
    background: #3C4557 !important;
    border-color: #3C4557;
}

.bgC {
    background: #6C7287 !important;
    border-color: #6C7287 !important;
}

.cc {
    max-width: 100px;
}

.footer-divider {
    background: #969ba9;
    width: 100%;
    height: 1px;
}

.footer-logo {
    height: 40px;
    object-fit: contain;
}

.loaderFixed {
    width: 200px;
    height: auto;
    margin-top: 32px;
}

#navbarDescription{
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    width: 100%;
}

.navbarDescriptionVisible{
    opacity: 1 !important;
    display: none !important;
}

.text-justify {
    text-align: justify;
}

.selector-logo{
    height: 45px;
}
.animation {
    background-color: #3c4557 !important;
}
.animation:hover {
    background-color: #383d42 !important; 
}