#menu-bar {
    display: none;
}
header label {
    float: right;
    font-size: 28px;
    margin: 6px 0;
    cursor: pointer;
}
.menu {
    color: #1c2130;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 119px;
    left: 0;
    width: 100%;
    height: 275px;
    background: #303e47;
    transition: all 0.5s;
    transform: translateX(-100%);
}
.menu a {
    display: block;
    color: #fff;
    height: 55px;
    text-decoration: none;
    padding: 12px;
    border-bottom: 4px solid #fbfbfb;
    text-align: center;
}
.menu a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #1A1AbA;
}
.menu .mov {
    width: 31px;
    height: 31px;
}
#menu-bar:checked~.menu {
    transform: translateX(0%);
}
.row_header {
    margin-top: 39px;
    float: right;
    transform: translateX(-10%);
}
.row_header a {
    color: #1c2130;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}
.row_header img {
    width: 12px;
}
/*.row_header .movil {
    width: 8px;
}*/

@media (max-width: 1023px) {
    .menu .web {
        display: none;
    }
}
@media (min-width:1024px) {
    .menu {
        background: #fff;
        position: static;
        width: auto;
        height: auto;
        /* transform: translateX(-11%);*/
        float: right;
        font-size: 17px;
        display: flex;
        margin-right: -923px;
        margin-top: 80px;
    }
    .menu a {
        border: none;
        color: #1c2130;
    }
    .menu .mov {
        display: none;
    }
    header label {
        display: none;
    }
    .row_header {
        font-size: 12px;
    }
}
@media (max-width: 1023px) {
    .row_header {
        display: none;
    }
}
@media (max-width: 768px) {
    .menu {
        top: 130px;
    }
}
@media (max-width: 480px) {
    .menu {
        top: 110px;
    }
}
/*@media (max-width: 480px){
    header label {
        margin: 6% 15%;
        position: fixed;
    }
    
    .menu a {
        font-size: 20px;
    }   
}*/