/* menu */

nav .jcn-menu{
    border-bottom:solid 1px #a8a8a8;
    margin-bottom:30px;
}

.jcn-bt-menu{
    border:none;
    background-color:transparent;
}

.jcn-menu-dropdown{
    display:none;
    text-transform: uppercase;
    list-style: none;
}

.jcn-menu-dropdown li{
    border-bottom: solid 1px;
}


.jcn-menu-fechar span {
    display:none;
}

.jcn-menu-fixo{
   
    max-height:80px;
    position: fixed;
    z-index: 99999;
    background-color: white;
    overflow: visible;
}

.jcn-menu-nav-fixo{
    /*margin-top: 41px;
    position: fixed;*/
    width: 100%;
    z-index: 99998;
    background-color: white;
    overflow: visible; 
}   

.jcn-menu-search-fixo{
    /*top: 80px; */
    position: fixed;
    width: 100%;
    z-index: 99998;
    overflow: visible; 
    background-color: white;
}   

/* menu dropdown estradas*/
.jcn-estradas-mob-open {
    pointer-events: none;
}
.jcn-estradas-mob-dropdown {
    font-size: 12px;
    display:none;
    height:0;
}
.jcn-estradas-mob-hover {
    display:block !important;
    height:auto;
}
/* menu dropdown especial*/
.jcn-especial-mob-open {
    pointer-events: none;
}
.jcn-especial-mob-dropdown {
    font-size: 12px;
    display:none;
    height:0;
}
.jcn-especial-mob-hover {
    display:block !important;
    height:auto;
}
/* fim*/

@media screen and (min-width:531px) and (max-width:1023px){
    .jcn-menu-fixo{
        max-height:114px;
    }
    .jcn-menu-nav-fixo{
        margin-top: 0px;
    }
    .jcn-mobile-header .col-xs-2{
        padding-top:15px !important;
    }
    .jcn-search-icon{
        margin-top:15px !important;
    }
}

.jcn-mobile-header{
    min-height: 200px;
    cursor:pointer;
}

.jcn-menu-fixo{
	min-height:unset !important;
}

.jcn-menu-fixo .jcn-newsletter-link {
	display:none;
}
