.abertura_menu {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none !important;
}

.fundo-menu-modal {
    background-color: #b9bac7;   
    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-contato {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-modal-sobre {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-modal-linha {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-modal-gestao {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}

.close-modal-contato:hover,
.close-modal-contato:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.close-modal-sobre:hover,
.close-modal-sobre:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.close-modal-linha:hover,
.close-modal-linha:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.close-modal-gestao:hover,
.close-modal-gestao:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.link-menu-mobile {
    font-size: 18px;
    margin-top: 4%;
    margin-left: 4%;    
    color: #242c56;
    font-weight: bold;
}

.modal h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.modal h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: -3px;
}

.modal h3 {
    font-weight: 100;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: -3px;
}

.modal span {
    color: #FFFFFF;
}