.abertura_menu {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.modal-it {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #0E3234;
    /* Fallback color */
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    opacity: 0.9;
    z-index: 100;
}

.modalMenu-inicio {
    background-color: #53A467;
    color: #ffffff;
    opacity: 0.9;
    margin: auto;
    padding: 50px;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.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;
}

.modal b {
    font-size: 16px;
    font-weight: 800;
}

.close,
.close2,
.close3,
.close4,
.close5,
.close6 {
    color: #FFFFFF;
    float: right;
    font-size: 58px;
    font-weight: lighter;
    opacity: 1;
}
.close:hover,
.close:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus,
.close5:hover,
.close5:focus,
.close6:hover,
.close6:focus {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

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

.it-link {
    color: #FFFFFF;
    height: 150px;
    text-transform: uppercase;
}

.it-menu {
    position: relative;
    text-align: left;  
    padding-top: 10px;
    padding-bottom: 10px; 
}

@media only screen and (min-device-width: 760px) and (max-device-width: 800px) {
    .navbar-header {
        width: 720px;
    }
}