
.menu-investor-relations {
    opacity: .5;
    content: "-";
    left: -.8125rem;
    top: .0625rem;
}

.container-investors {
    width: 100%;
    position: relative;
}

.scrollable_content {
    width: 100%;
    height: 100%;
}

.submenu-investor-relations {
    position: absolute;
    content: "-";
    width: 100%;
    height: 150px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: .0625rem;
}


.menu-investor-dropdown {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem;
}

.menu-investor-dropdown-start {
    white-space: nowrap;
    width: 10px;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 10px;
    transition: width 0.45s ease;
}

    .menu-investor-dropdown-start::after {
        display: inline-block;
        margin-left: 0.755em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.6em solid;
        border-right: 0.6em solid transparent;
        border-bottom: 0;
        border-left: 0.6em solid transparent;
    }

.menu-investor-dropdown-close {
    white-space: nowrap;
    width: 10px;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 10px;
    transition: width 0.45s ease;
}

    .menu-investor-dropdown-close::before {
        display: inline-block;
        margin-left: 0.755em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.6em solid;
        border-right: 0.6em solid transparent;
        border-bottom: 0;
        border-left: 0.6em solid transparent;
    }

.menu-investor-dropdown-open {
    white-space: nowrap;
    width: 10px;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 10px;
    transition: width 0.45s ease;
}
    .menu-investor-dropdown-open::after {
        display: inline-block;
        margin-left: 0.755em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0;
        border-right: 0.6em solid transparent;
        border-bottom: 0.6em solid;
        border-left: 0.6em solid transparent;
    }

.menu-investor-dropdown-top {
    position: fixed;
    top: 0;
    content: "-";
    width: 100%;
    height: 150px;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: .0625rem;
}
    /*    .menu-investor-dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.755em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.6em solid;
        border-right: 0.6em solid transparent;
        border-bottom: 0;
        border-left: 0.6em solid transparent;
    }*/
    .menu-investor-dropdown-toggle:empty::after {
    margin-left: 0;
}

.scroller {
    overflow: scroll;
}

#output {
    padding: 1rem 0;
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
    .menu_background {
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-image: url('../img/footer/img_background_blue_gradi.png');
        background-size: cover;
        padding-left: 65px;
        padding-right: 65px;
    }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
    .menu_background {
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-image: url('../img/footer/img_background_blue_gradi.png');
        background-size: cover;
    }
}