.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}


.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}


@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}


#navbar_cnt {
    width: 100%;
    background-color: #fff;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


#navbar_cnt.sticky {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#navbar_cnt .navbar_title {
    width: 160px;
    height: 50px;
    position: relative;
    text-wrap: nowrap;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    background: transparent;
    padding-right: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#navbar_cnt .navbar_title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 110px;
    transform: translateY(-50%);
    width: 34px;
    height: 20px;
    background-image: url(../img/bandiera_usa.svg);
}

#navbar_cnt a:link {
    color: #0F0F0F;
    text-decoration: none;
}

#navbar_cnt a:visited {
    color: #0F0F0F;
    text-decoration: none;
}

#navbar_cnt a:hover {
    color: #0F0F0F;
    text-decoration: underline;
}

#navbar_cnt a:active {
    color: #0F0F0F;
    text-decoration: underline;
}



.navbar_delimiter {
    width: 1px;
    height: 30px;
    background-color: #D9D9D9;
}

#navbar_and_buttons {
    position: relative;
    display: flex;
    width: calc(100% - 170px);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar_button {
    width: 45px;
    height: 35px;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.navbar_button:hover {
    color: #0061AA;
}

#navbar_wrapper {
    border: none;
    color: #0F0F0F;
    width: auto;
    overflow: hidden;
}

#navbar_wrapper ul {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    padding-inline-start: 0;
}

#navbar_wrapper ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    white-space: nowrap;
}

#navbar_wrapper ul li:first-of-type {
    padding-left: 10px;
}

#navbar_wrapper ul li:last-of-type {
    padding-right: 60px;
}

#navbar_wrapper li.current_page {
    font-weight: bold;
}



@media only screen and (max-width: 480px) {

    /*     #navbar_cnt {
        justify-items: flex-start;
    }

    #navbar_cnt .navbar_title {
        width: 50px;
        padding-left: 0;
        background: transparent;
        padding-right: 0;
    }

    #navbar_cnt .navbar_title::after {
        left: 10px;
    }

    #navbar_and_buttons {
        width: calc(100% - 70px);
    } */

    #navbar_cnt .navbar_title {
        width: 70px;
        padding-left: 0;
        background: transparent;
        padding-right: 0;
    }

    #navbar_cnt .navbar_title::after {
        left: 10px;
        transform: translateY(-45%);
        width: 50px;
        height: 30px;
        background-repeat: no-repeat;
    }

    #navbar_and_buttons {
        width: calc(100% - 70px);
    }
}

@media only screen and (min-width: 1420px) {

    body:not(.backgroundAdv) .navbar_button {
        opacity: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #navbar_wrapper::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    #navbar_wrapper {
        overflow: scroll;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }
}