



a {
    text-decoration: none;
}

#opt3 {
width:10%;
}

.bar {
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

.bar__options {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 100px;
    height: 100%;
    font-family: DecimaMonoPro-Italic;
}


.bar__option {
    width: fit-content;
    padding-left: 25px;
    padding-right: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .bar__option:hover {
        cursor: pointer;
    }

.bar__logo {
    width: auto;
    height: 60px;
    margin-left: 170px;
    margin-right: 352px;
    margin-top: 7px;
}

.bar__text {
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: left;
}

.bar__submenu {
    position: absolute;
    top: 52px;
    background-color: #000;
    color: #fff;
    width: 100%;
    display: none;
    left: 0;
    z-index: 10;
}

.submenu--active {
    background-color: #000;
    color: #fff;
}

.submenu--inactive {
    background-color: #fff;
    color: #000;
}

.bar__submenu-opt {
    height: 40px;
    padding: 5px 50px 5px 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.765rem;
    color: #B2B2B2;
    background-color: #000;
}

    .bar__submenu-opt:hover {
        cursor: pointer;
        color: #fff;
    }

.bar__separator {
    font-family: auto;
    position: absolute;
    right: -2px;
}


.bar__arrow-container-right {
    display: none;
}

.bar__arrow-img {
    width: 16px;
    height: auto;
}

.main {
    height: 1500px;
    z-index: 1;
    margin-top: 37px;
    background-color: lightskyblue;
}

.bar__language-img {
    width: 16px;
    margin-right: 5px;
}

.bar__burger {
    display: none;
}

@media(max-width:1600px) {

    .bar__logo {
        margin-left: 70px;
        margin-right: 10%;
    }
}

@media(max-width:1300px) {

    .bar__logo {
        margin-left: 20px;
        margin-right: 5%;
    }

    .bar__options {
        margin-right: 30px;
    }

    .bar__option {
        padding-right: 25px;
        padding-left: 15px;
    }

    .bar__submenu-opt {
        padding-right: 40px;
        padding-left: 20px;
    }
}

@media(max-width:900px) {

    .bar__text {
        font-size: 0.75rem;
    }

    .bar__logo {
        margin-right: 1%;
        margin-left: 5px;
        width: 158px;
        height: auto;
    }

    .bar__submenu-opt {
        font-size: 0.625rem;
    }

    .bar__option {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bar__submenu-opt {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(max-width:650px) {

    #opt3 {
    width:95%;
    }

    .bar__separator {
        display: none;
    }

    .bar {
        z-index: 3;
    }

    .bar__options {
        flex-direction: column;
        width: 100%;
        position: fixed;
        align-items: baseline;
        height: fit-content;
        z-index: 3;
        top: -192px;
        transition: top 0.5s;
    }

    .bar__option {
        height: 60px;
        border-bottom: solid 1px #E8E8E8;
        width: 95%;
        display: flex;
        justify-content: flex-start;
        background-color: #F8F8F8;
        padding-left: 5%;
        padding-right: 0;
    }

    .bar__logo {
        width: auto;
        height: 60px;
        margin-right: 0;
        margin-left: 17px;
    }

    .bar__burger-container {
        width: 100%;
        padding-right: 15px;
        display: flex;
        justify-content: flex-end;
    }

    .bar__burger {
        display: block;
        width: 16px;
        height: auto;
    }

    .bar__arrow-container-right {
        width: 15%;
        display: flex;
        justify-content: flex-end;
        padding-right: 25px;
    }

    .bar__text {
        text-align: initial;
        width: 100%;
        font-size: 0.8125rem;
    }

    .bar__submenu-opt {
        background-color: #F8F8F8;
        color: #000;
        height: 60px;
        border-top: solid 1px #E8E8E8;
        font-size: 0.8125rem;
        padding-left: 5%;
    }

    .bar__submenu {
        left: 0;
    }

    .bar__submenu-opt:hover {
        cursor: pointer;
        color: #000;
    }

    .bar__submenu-text {
        width: 85%;
    }

    .bar__arrow-container-left {
        display: none;
        margin-right: 10px;
    }

    .bar__separator_option {
        width: 20px;
        background-color: #F8F8F8;
    }
}
