header {
    background: transparent url("../img/fondo_header.png") repeat-x bottom center;
    position: relative;
    z-index: 10;
}

header .container {
    padding: 50px 0;
    background: transparent url("../img/franja_gobierno.png") no-repeat 0 0;
}

header .tile.is-vertical {
    align-self: flex-start;
}
.logo {
    /*padding-right: 40px;*/
}
.image {
    width: 100%;
}

.item-menu {
    color: #6f6f6f;
    font-size: 17px;
}

.intranet {
    width: 26px;
    height: 26px;
}
.intranet a {
    color: #6f6f6f;
}
.intranet img {
    max-width: 100%;
}

.redes.nav {
    min-height: inherit;
}
.redes .nav-item {
    padding: 0 3px;
}
.redes .nav-item a {
    line-height: 100%;
}
.redes .nav-item img {
    max-height: inherit;
}

.buscador {
    border: 1px solid rgba(111, 111, 111, .4);
    border-radius: 14px;
    padding: 1px 30px;
    font-family: 'RobotoLight', sans-serif;
    font-size: 12px;
    line-height: 23px;
    margin-right: 10px;
    position: relative;
}
.lupa {
    position: absolute;
    left: 9px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    padding-top: 6px;
    border-right: 1px solid rgba(111, 111, 111, .4);
    padding-right: 7px;
    /*cursor: pointer;*/
}
.buscador input {
    border: none;
    background: transparent;
    font-family: 'RobotoLight', sans-serif;
    padding-left: 4px;
    color: rgb(111, 111, 111);
}

/** MENU **/
.caja-menu {
    /*display: block !important;*/
}
.menu {
    min-height: 30px !important;
}
.menu .nav-menu {
    font-family: 'RobotoBold', sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: #a3a2a2;
    border-radius: 11px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .nav-menu > li {
    border-right: 1px solid #ffffff;
}
.menu .nav-menu > li:last-child {
    border-right: none;
}

.menu ul li {
    display: inline-block;
    position: relative;
}


/* style all links */
.menu a {
    line-height: 30px;
    padding: 0 10px;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.menu a:hover,
.menu a:focus,
.menu a:active {
    color: #010101;
}

/* sub navigation */
.menu li ul {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 29px; /* make this equal to the line-height of the links (specified below) */
    width: 200px;
}
.menu li li {
    position: relative;
    margin: 0;
    display: block;
}
.menu li li ul {
    position: absolute;
    top: 0;
    left: 198px; /* make this equal to the width of the sub nav above */
    margin: 0;
}
.menu .sub-menu li {
    text-align: left;
}
.menu .sub-menu a {
    font-family: 'RobotoRegular', sans-serif;
    font-size: 12px;
    color: #6a6a6a;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px;
    line-height: 17px;
}
.menu .sub-menu a:hover {
    font-family: 'RobotoBold', sans-serif;
    color: #355e9f;
}
.sub-menu {
    border: 1px solid rgba(0,0,0,0.3);
}


/* style sub level links */
.menu li li a {
    border-bottom: 1px solid rgba(0,0,0,0.3);
    margin: 0 10px;
    padding: 0;
}
.sub-menu > li a {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.sub-menu > li:last-child > a {
    border-bottom: none;
}

/* show arrows for dropdowns */
.menu li.dropdown > a {
    background: url('../img/arrow-down.png') no-repeat right 14px;
}

.menu li li.dropdown > a {
    background: url('../img/arrow-right.png') no-repeat right 16px;
}
/* hide sub menu links */
ul.sub-menu {
    display: none;
}

.slicknav_menu {
    display:none;
}

/*@media screen and (max-width: 1000px) {
    .js #menu {
        display:none;
    }


}*/

@media only screen and (max-width: 1000px) {
    header .container {
        background: transparent;
        padding-top: 0;
    }
    .image {
        width: 50%;
        margin: 0 auto;
    }

    .slicknav_menu {
        display:block;
    }

    .caja-menu {
        display: none;
    }

    #logo {
        display: none;
    }
    .slicknav_brand {
        height: 161px;
        width: 100%;
        max-width: 363px;
        margin-left: 27%;
    }

    .sub-menu {
        border: none;
    }

    .sub-menu > li a {
        border-bottom: none;
    }

    .slicknav_nav {
        font-size: 36px;
    }
}