#containerTopBar1{
    width: 100%;
    height: 50px;
    background: #264d59;;
    position: fixed;
    z-index: 1000;
    box-shadow: black 3px 0px 10px;
}

#topBar1{
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#logo1TopBar1{
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo1TopBar1 img{
    height: 80%;
}

#logo1TopBar1 h5{
    font-weight: 600;
    color: #fff;
    margin: 0;
}

#containerOpcionesTopBar1{
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#containerOpcionesTopBar1 h5{
    margin: 0;
    color: #fff;
}

#containerOpcionesTopBar1 a{
    text-decoration: none;
    margin-left: 40px;
    color: #fff;
}

#logoCdaTopbar1{
    cursor: pointer;
}