@media only screen and (max-width: 480px) {

    header.header_cme_normal{
        margin-bottom: 20px;
    }

    .menu_topo{
        display: none;

    }

    .navbar .brand{
        width: 80px;
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
    }

    .header_mobile>.navbar{
        margin-bottom: 20px;
        margin: 0px;
        padding: 0px;

    }

    .header_mobile>.navbar>.navbar-inner{
        margin: 0px;
        padding: 0px;
        border: none;

    }

    .header_cme_normal .cab_cme{
        /*background-image: url('../../../img/bt_header.png');*/
        background-image: none;
        background-color: #d1e6b3;
        background-repeat: repeat-x;
        background-position: center top;
    }

    .header_mobile .nav-collapse{
        border-top: 1px solid #99cc33;
        background-color: #d1e6b3;
    }

    #cab_cme .header_slide{
        position: relative;
        height: 220px;
        display: none;
    }


    #cab_cme > nav{
        width: auto;
    }

    .header_mobile>.navbar>.navbar-inner>.container>.btn{
        background: none;
    }

    .header_mobile>.navbar>.navbar-inner>.container>.btn-navbar{
        margin-right: 20px;
        border: none;
    }

    .header_mobile .navbar .btn-navbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #2cb062;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .header_mobile .dropdown-menu > li{
        padding-left: 0px;
        margin-left: 0px;
        text-shadow: none;
        font-weight: 300;
        text-decoration: none;

    }
    .header_mobile .dropdown-menu > li > a{
        text-shadow: none;
        font-weight: 600;
        text-decoration: none;

    }
    .header_mobile .dropdown .dropdown-menu .nav-header{
        padding-left: 15px;
        border-bottom: 1px dotted silver;
        font-weight: 300;

    }

    .header_mobile .nav-collapse .dropdown-menu{
        padding: 0px 10px;
        margin: 0px;
    }

    .header_mobile .nav-collapse .nav > li > ul > li > a, .nav-collapse .dropdown-menu li > ul > li a{
        margin: 0px;
        padding: 10px 10px 10px 20px;
        color: #000000;

    }

    .header_mobile .nav-collapse .nav > li > ul > li > a:hover, .nav-collapse .dropdown-menu li > ul > li a:hover{
        background-color: #cce0af;
        text-shadow: none;
        background-image: none;
        border-radius: 0px;
        margin: 0px;
        padding: 10px 10px 10px 20px;
        color: #000000;


    }

    .header_mobile .dropdown-menu > li > a:hover{


    }




/*------ FIM max-width: 480px-------*/
}


/*------ FIM min-width: 480px-------*/
@media only screen and (max-width: 767px) {

    /*MENU DROPDOWN*/

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover>a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    /*FIM menu DROPDOWN*/

    header.header_cme_normal{
        margin-bottom: 20px;
    }

    .menu_topo{
        display: none;

    }

    .navbar .brand{
        max-width: 150px;
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
    }

    .header_mobile>.navbar{
        margin-bottom: 20px;
        margin: 0px;
        padding: 0px;

    }

    .header_mobile>.navbar>.navbar-inner{
        margin: 0px;
        padding: 0px;
        border: none;

    }

    .header_cme_normal .cab_cme{
        /*background-image: url('../../../img/bt_header.png');*/
        background-image: none;
        background-color: #d1e6b3;
        background-repeat: repeat-x;
        background-position: center top;
    }

    .header_mobile .nav-collapse{
        border-top: 1px solid #99cc33;
        background-color: #d1e6b3;
    }

    #cab_cme .header_slide{
        position: relative;
        height: 220px;
        display: none;
    }


    #cab_cme > nav{
        width: auto;
    }

    .header_mobile>.navbar>.navbar-inner>.container>.btn{
        background: none;
    }

    .header_mobile>.navbar>.navbar-inner>.container>.btn-navbar{
        margin-right: 20px;
        border: none;
    }

    .header_mobile .navbar .btn-navbar .icon-bar {
        display: block;
        width: 25px;
        height: 4px;
        background-color: #2cb062;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header_mobile .dropdown-menu > li{
        padding-left: 0px;
        margin-left: 0px;
        text-shadow: none;
        font-weight: 300;
        text-decoration: none;

    }
    .header_mobile .dropdown-menu > li > a{
        text-shadow: none;
        font-weight: 600;
        text-decoration: none;

    }
    .header_mobile .dropdown .dropdown-menu .nav-header{
        padding-left: 15px;
        border-bottom: 1px dotted silver;
        font-weight: 300;

    }

    .header_mobile .nav-collapse .dropdown-menu{
        padding: 0px 10px;
        margin: 0px;
    }

    .header_mobile .nav-collapse .nav > li > ul > li > a, .nav-collapse .dropdown-menu li > ul > li a{
        margin: 0px;
        padding: 10px 10px 10px 20px;
        color: #000000;

    }

    .header_mobile .nav-collapse .nav > li > ul > li > a:hover, .nav-collapse .dropdown-menu li > ul > li a:hover{
        background-color: #cce0af;
        text-shadow: none;
        background-image: none;
        border-radius: 0px;
        margin: 0px;
        padding: 10px 10px 10px 20px;
        color: #000000;


    }

    .header_mobile .dropdown-menu > li > a:hover{


    }




}   /*------ FIM min-width: 768px-------*/

@media (min-width: 767px) and (max-width: 1139px) {
    .navbar .brand{
        display: none;
    }










}


@media only screen and (min-width: 1140px) {

    /*do 768*/

    /*MENU GERAL*/
    .menu_geral{
        display: block;
        padding-left: 250px;
        display: block;
        float: right;
    }

    .menu_geral > ul > li:first-child a{
        border:none;
    }

    .menu_geral > ul > li > a{


    }

    .menu_geral > ul > li{
        list-style: none;
        display: inline-block;
        padding: 5px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 900;
        text-transform: uppercase;

    }
    .menu_geral > ul > li > a{
        color: #000000;
        text-transform: uppercase;
    }

    .menu_geral > ul > li > a:hover{
        color: #ffffff;
        font-weight: 700;

    }

    .menu_geral > ul > .selected{
        background: #009966;
        color: #FFF;

     }

    .menu_geral > ul > .selected > a{
        color: #FFF;

    }




    .menu_geral li:hover{
        background: #009966;
        color: #FFF;
        transition: all .2s;

    }
    .menu_geral li:hover a{
        color: #FFF;
    }







    .box {
        width: 100%;
        height: auto;
        background-color: #009966;
        /*background-color: rgba(255,255,255,0.7);*/
        display: none;
        position: absolute;
        left: 0px;
        z-index: 200;
        /*background-color: rgba(0, 0, 0, 0.9);*/
    }



    .box:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }

    .menu_items{
        margin: 0 auto;
        max-width: 1170px;
        background-color: red;
    }






    /*FIM DE MENU GERAL*/



    .icons li a{
        text-align: center;
    }




    #bt_inicio{
        margin: 0;
        padding: 3px 10px;
    }

    #cab_cme .header_slide{
        position: relative;
        height: 220px;
        display:block;
    }


    .menu_wide{
        clear: both;
        float: none;
        max-width: 1140px;
        margin: 0 auto;
        /*background-image: url(../../../img/bg_menu_top_verde.png);
        background-repeat: repeat-x;*/
        height: 28px;

    }


    /*fim do 768*/

    .topo_direira{
        float: right;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        padding: 1px 2px 0px 2px;
        border-radius: 0px 0px 3px 3px;
    }

    .social_mini_cab a img{
        padding: 3px;
    }


    .cab_paginas{
        background-image: url('../../img/bt_header.png');
    }

    /*menu header CME Normal*/
    .header_cme_normal .cab_cme{
        border-bottom: 2px solid #009966;
        background-repeat: repeat;
        background-position: center top;
        background-color: rgba(255,255,255,0.7);
        /*rgba(0,0,0,.15);*/

    }

    .video_capa{

        box-shadow: inset 0 -40px 20px -30px #ffffff;

    }


    .header_cme_normal .menu_topo{
        height: 74px;
        background-image: url('../../img/bg_torre.png');
        background-position: right -25px top;
        background-repeat: no-repeat;


    }


    .header_cme_normal .logo{
        float: left;
        margin: 10px 15px 5px 0px;
        z-index: 3000;
        display: block;
        position: absolute;
    }

    .header_cme_normal #title{
        margin: 0px;
        padding: 0px;
        float: left;
        margin-left: 225px;
        margin-top: 47px;
        color: #009966;
        font-size: 25px;
    }









    /*menu que se adapta header CME_mini*/

    .header_cme_mini{
        /*border-bottom: 4px solid yellowgreen;*/
    }

    .header_cme_mini .cab_cme {
                background-image: url('../../img/bt_header.png');
               background-repeat: repeat-x;
               background-position: center bottom;

    }

    .header_cme_mini .cab_cme{


        border-bottom: 2px solid #009966;
        background-color: rgba(255,255,255,0.95);

    }



    .header_cme_mini .logo{
        width: 100px;
        height: 50px;
        margin: 0px 8px 5px 0px;
        padding: 0px;
        float: left;
    }

    .header_cme_mini .menu_topo{
         height: 20px;
         background-image:none;
        float: left;


     }

    .header_cme_mini #title{
        margin: 0px;
        padding: 0px;
        float: left;
        margin-left: 0px;
        margin-top: 18px;
        color: #009966;
        font-size: 14px;
    }







    /*--------------------------*/
    .menu_cme{

    }

    .menu_grupos{
        z-index: 300;
        max-width: 1140px;
        width: 100%;
        display: table;
        table-layout: auto;
        margin: 0 auto;
        position: relative;
        padding: 20px 0 20px 0;

    }



    .menu_grupos > ul{
        border-right: 1px solid #c0c0c0;
        display: table-cell;
        margin: 0;
        padding: 0 0 20px 20px;
    }

    .menu_grupos > ul:last-child{
        border:none;
    }

    .menu_grupos > ul> li{
        display: list-item;
        list-style: none;
        float: none;
        padding: 0px;

    }

    .menu_grupos > ul > li:first-child {
        list-style: none;
        display: block;
        margin: 0 0 10px 0;
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
    }

    .menu_grupos > ul > li > a {
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.2px;
        margin: 6px 0;
        padding: 0;
        color: #ffffff;
        padding-left: 10px;
    }

    .menu_grupos > ul > li > a:hover {

        color: #000000;

    }


}

/*------ FIM min-width: 1140px-------*/