header {
    width: 100%;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #FFF;
    transition: height 0.3s;
            -webkit-box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
        -moz-box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
    box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
}

#js-header{
    margin-top: 40px;
}

#logo{
    float: left;
    margin-bottom: 12px;
}

  header h1#logo {
    width: 400px;
    height: 87px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 20px;
    background-position: 0px;
    
    position: relative;
}

header #menu{
    
}

header.smaller #menu, #js-header2 #menu{
    display: block;
}

header.smaller, #js-header2{
    height: 85px;
    position: fixed;
}

#js-header2{
    top: 40px;
}

header.smaller h1#logo, #js-header2 h1#logo{
    height: 50px;
    background-image: url(../img/logo-small.png);
    background-position: 0;
    margin-top: 17px;
    background-size: auto 100%;
    margin-left: 0;
    left: 0;
}

header li.login a{
    background-color: #289CCF;
    padding: 7px 15px;
    margin-top: 47px!important;
    color: #fff!important;
}

header.smaller #menu li a, #js-header2 #menu li a{
        margin-top: 30px;
 }
 
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
    
@media all and (max-width: 760px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 80px;
        text-align: center;
    }

    header.smaller {
        height: 75px;
    }

    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
        width:100%;
    }

    footer div.col {
        width:100%;
        display:inline-block;
        vertical-align: top;
    }
    footer ul li {
        display:inline-block;
        margin:0 0.5em;
        float:left;
    }
}

  .slicknav_index {
    float: left;
    width: 50%;
    height: 60px;
}

@media all and (max-width: 600px) {
    .container {
        width: 100%;
    }

    footer a {
        display: block;
    }
}

/* Configuração pra tela MENOR que 980px*/
@media(max-width:992px){
    .js #menu {
        display:none;
    }
    .js .slicknav_menu {
        margin-top: 50px;
        display:block;
        background: #fff url('../img/logo-mobile.png') no-repeat;
        background-position: 30px 20px;
        background-size: 250px;
        position: fixed;
        z-index: 999;
        width: 100%;
                  -webkit-box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
        -moz-box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
    box-shadow: 0px 5px 7px 0px rgba(119,135,158,0.3);
    }
    #menu-topo{
        display: none;
    }
    .slicknav_btn {
        margin: 10px!important;
        background-color: #fff!important;
    }    
    .slicknav_menu .slicknav_menutxt {
        color: #4CB848;
        font-weight: 600;
    }
    .slicknav_menu .slicknav_icon-bar {
        background-color:#AE262E;
        font-weight: 600;
    }
    .texto-banner {
        width: 90%;
        margin: 25vh 5%
    }
}

/* Configuração pra tela MAIOR que 992px*/
@media(min-width:992px){
    .topo{
        font-size: 16px;
         text-align: right;
         position: fixed;
         top: 0;
         width: 100%;
         z-index: 998;
         background-color: #fff;
    }
    
    .topo a{
        margin-left: 30px;
    }
    
    #menu{
        float: right;
    }

    #menu li{
        display: inline;
    }
    #menu li a {
        font-family: 'StradaTF', sans-serif!important;
        float: left;
        font-size: 16px;
        color: #000;
        margin-top: 47px;
        font-weight: 400;
        margin-left: 20px;
    }
}
