#menu_nav
{
    position: fixed;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    z-index: 10 !important;
}

.menu_contratacion
{
    width: 100%;
    height: 112px;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    z-index: 10 !important;
    display: flex;
    align-items: center;

}

#barra_superior
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    background-color: #012241;
    z-index: 10 !important;
}