/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* CUSTOM STYLE */

.dropdown-menu{
    color: #333;
}

.open .caret{
    border-top: none;
    border-bottom: 4px dashed;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .open{
    /*color: #333;*/
}

/* LIST */
.list-unstyled, .list-unstyled ul {
    min-width: 120px;
    /*width: auto; */
}

.list-unstyled li {
    margin: 4px 0;
}

.titulo_menu{
    font-size: 16px;
}

#drop_sistemas{
    left: 0 ;
}

#menu_outros{
    margin-top: 23px;
}

@media(max-width: 768px){
    .list-unstyled li p{
        margin-top: 15px;
    }
    
    .yamm .yamm-content{
        padding: 0px 30px 20px 30px;
    }
}

@media(min-width: 990px){
    .dropdown-menu {
        font-size: 12.3px;
    }
}

@media(min-width: 1200px){
    .dropdown-menu {
        font-size: 14px;
    }
}