.web_menu_bar {
    font-size: 13px;
    background-color:#002E58;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.menu_bar_logo {
    width: 180px;
    margin-left: 70px;
}

#header_session_container {
    margin-right: 80px;
}

.header-profile-image {
    display: block;
}

.session-button {
    color: #023447;
    background-color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 10px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: bold;
}

.home_menu_mobile {
    font-size: 13px;
    background-color: #002E58;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    z-index: 100
}

.home_menu_table {
    width: 100%;
}

.menu_mobile_logo {
    margin: 10px;
    width: 150px;
}

.header__menu--container {
    font-size: 13px;
    background-color:#002E58;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.header__menu--logo {
    width: 180px;
    margin-left: 70px;
}

.header-name-container {
    margin-left: 8px;
    padding-right: 10px;
    font-size: 16px;
    width: 170px;
    display: flex;
    gap: 1px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    font-weight: 300;
}

.logout__button {
    color: #023447;
    background-color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 10px;
    padding-left: 22px;
    padding-right: 22px;
    font-weight: bold;
}

.login_button {
    color: #023447;
    background-color: #fff;
    border: 0;
	border-radius: 30px;
    padding: 10px;
    padding-left: 22px;
    padding-right: 22px;
	font-weight: bold;
}

.menu__mobile--container {
    font-size: 13px;
    background-color: #002E58;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    z-index: 100
}

.menu__mobile--container table {
    width: 100%;
}

.menu__mobile--logo {
    width: 150px;
    margin: 10px
}

.menu__mobile--visible {
    height: 73px;
}

.contenido {

    margin-top: 155px;
}

.container.contenido {
    color: #b4b4b4;
    margin-bottom: 10px;
    margin-left: 8%;
}

@media (max-width: 900px) {
    .contenido {

        margin-top: 15px;
    }
    .container.contenido {
        margin-left: 0;
    }
}

.header__breadcrumb {
    color: #757575;
}

.header__page--title {
    color: #002e58;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8%;
    font-family: 'proxima-nova', 'Roboto', sans-serif;
}
