/* topo */

.jcn-logo-mobile img{
    width:200px;
}

.jcn-mobile-header{
    border-bottom:solid 3px #a8a8a8;
}
.jcn-mobile-header .fa-close{
       font-size:25px; 
    }
@media screen and (max-width:376px){
    .jcn-top-socials .fa{
       font-size:18px; 
    }
     .jcn-mobile-header .fa{
       font-size:25px; 
    }
    .jcn-search-icon .fa, .jcn-search-form .fa{
       font-size:20px; 
    }
    .jcn-mobile-header .fa-close{
       font-size:25px; 
    }
}

@media screen and (min-width:425px) and (max-width:531px){
    header .jcn-logo-mobile img{
        min-width:250px;
    }
    .jcn-top-socials .fa{
       font-size:20px; 
    }
    .jcn-mobile-header .fa{
       font-size:25px; 
    }
    .jcn-search-icon .fa, .jcn-search-form .fa{
       font-size:20px; 
    }
}

@media screen and (min-width:531px) and (max-width:1023px){
    header .jcn-logo-mobile img{
        min-width:350px;
    }
}

.jcn-search-icon, .jcn-menu-abrir, .jcn-menu-fechar, .jcn-search-fechar{
    padding-top:15px;
}

.jcn-search-form input {
    width:100%;
    border:solid 1px;
}

.jcn-mobile-top li:last-child{
    padding-right: 0;
}