.topBar {
    position: sticky;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    z-index: 200;
}

.topLogoUserBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    background-color: white;
    padding: 10px 10%;
}

.logoBar {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: center;
}

.logoBar img {
    max-height: 30px;
}

.logoInfo {
    font-size: 26px;
    font-weight: bold;
    color: #0779DB;
}



.loginBar {
    display: flex;
    flex-direction: row;
    align-items: center; 
    font-weight: bold;
    font-size: 18px; 
}

.loginBar a {
    color: black;
}

.loginBar a:hover {
    color: #41aadb;
}



.menuBar {
    width: 100%;
    height: 50px;
    background-color: #091c58;
    background: olive linear-gradient(to right, #17347d, #3570d2);
    color: white;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.menuItem {
    margin-left: 20px;
    margin-right: 20px;
}

.menuItem > a {
    color: white;
    text-decoration: none;
}

.menuItem a:hover {
    color: #FC521F;
}

.menuSelected {
    width: 100%;
    height: 3px;
    background-color: #FC521F;
}

.menuMouseMove img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}



.carousel-indicators li {
    width: 15px;
    height: 15px; 
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #FC521F; 
}

.bigImagesBar {
    position: relative;
}

.bigImagesContent {
    width：100%; 
    height: 700px; 
    background-size: 100% 100%;
    cursor: pointer;
}

.bigImagesContentHome {
    width：100%; 
    height: 22rem; 
    background-size: 100% 100%;
    cursor: pointer;
}



.homeContentBar {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homeContentTitle {
    margin-top: 40px;
    margin-bottom: 5px;
    font-size: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.homeContentIconBar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.homeContentLine {
    width: 15%;
    height: 1px;
    border-top: 1px solid gainsboro;
}

.homeContentIcon {
    width: 32px;
    height: 32px;
    margin-left: 30px;
    margin-right: 30px;
}

.homeContentSubTitle {
    margin-left: 30px;
    margin-right: 30px;
}

.deviceBar {
    margin-bottom: 50px;
}