.abertura_menu {
    position: relative;
    float: right;
    /*padding: 9px 10px;*/
    background-color: transparent;
    background-image: none;
    border: none !important; 
}


/* As props display precisam ser table-* porque o navbar-header usa table. */
.menu_segmentos {
    background-color: transparent;
    background-image: none;
    border: none !important; 
    display: table-row;
    min-width: max-content;
}

.menu_segmentos_grupo_bolinhas {
    display: table-cell;
}

.menu_segmentos_rotulo {
    color:#FFFFFF;
    display: table-cell;
    padding-left: 2%;
}

.bolinhas-menu-segmentos {
    display: block;
    width: 10px;  
    height: 10px;
    border-radius: 100%;
    background: var(--color-purple-2);
    float: left;
}

.barras-menu {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #FFFFFF;
    margin-top: 20%;
}

.modalMenu-inicio {
    background-color: #4197db;
    color: #ffffff;
    opacity: 0.9;
    margin: auto;
    padding: 0.5%;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* The Close Button */

.close
{
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close:hover,
.close:focus
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.close-segmentos-desktop
{
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-segmentos-desktop:hover,
.close-segmentos-desktop:focus
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.ul_soumais {
    list-style: none;
    margin-top: 3%;
}

.ul_segmentos {
    list-style: none;
    margin-top: 5%;
}

.dvSegmentos {    
    border-bottom: 1px solid #FFFFFF;
    padding-top: 1%;
    padding-bottom: 1%;
}

.soumais-menu {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
}

#modalSegmentosDesktop::-webkit-scrollbar{
    width: 0px;
}

#soumais-segmentos {
    position: relative;
    text-align: left;   
}

.modal-menu-inicio-segmentos-desktop {
    background-color: #FBAE2A;
    color: #ffffff;
    margin-left: auto;
    padding: 0.5%;
    border: none;
    width: 35%;
    height: auto;
    border-radius: 0;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: max(80px, 6vh);
}
