.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: #FFFFFF;
    margin-top: 20%;
}

.modalMenu-inicio {
    background-color: #C92025;
    color: #ffffff;
    opacity: 0.9;
    margin: auto;
    padding: 0.5%;
    border: none;
    width: 100%;
    height: auto;
    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;
}

.ul_propec {
    list-style: none;
    margin-top: 3%;
}

.propec-menu {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
}