.abertura_menu {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none !important;
}

.barras-menu {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #014488;
    margin-top: 20%;
}

.fundo-menu-modal {
    background-color: #921616;
    color: #ffffff;
    opacity: 0.9;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* The close-modal Button */

.close{
    font-size: 35px;
    font-weight: bold;
    color: #F2C112;
    cursor: pointer;
    float: right;
}

.close-modal {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-modal:hover,
.close-modal:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.bolinhas-menu-segmentos {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #FFFFFF;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1 !important;
    background-color: transparent !important;
}