@media(max-width:768px){
    /*.s-menu-search-noclick{
        opacity: 0;
        height: 0px;
        width: 0px;
        z-index: -1;
        position: fixed;
        top: 0;
        left:0;
        width: 100%;
    }

    .s-menu-search-noclick.s-menu-search-click{
        height: 100vh;
        background-color: #fff;
        opacity:1;
        z-index: 99999;
        background-image: url(../assets/illustration-nav.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:center;
        transition: height .7s ease-out, opacity .3s ease-out;
    }

    .s-menu-search-noclick.close-search{
        opacity: 0;
        height: 0px;
        width: 0px;
        z-index: -1;
        position: fixed;
        top: 0;
        left:0;
        width: 100%;
        transition: height .40s ease-in, opacity .60s ease-in;
    }*/
    
    .search-form{
       /* width: 80%;
        visibility: visible;
        opacity: 1px;
        position: absolute;
        top: 250px;
        left: 50px;
        border-bottom: 1px solid;
        padding-left: 30px;*/
    }

    .search-field{
        /*width: 80%;
        background: transparent;
        border: none !important;
        color: #fff !important;
        font-size: 15px !important;*/
    }

    

    .search-field-s-icone-search{
        /*background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 258px;
        left: 50px;
        width: 15px;
        height: 15px;*/
    }
}