.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: #ff0b12;   
    color: #ffffff;
    opacity: 0.9;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

/* The close-modal Button */

.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;
}