/* Large desktop */
@media (min-width: 1140px) {
    body{
    /* background-color: #ffffff;*/
  }

.container{

}

    .pagina_inicial{
        position: relative;
        z-index: 1000;
        background-color: #ffffff;
        top: 350px;
        margin-bottom: 350px;
    }

    .conteudos {
        /* padding-top: 120px; */
        padding-top: 125px;
        padding-bottom: 350px;
    }

  .wrapper {
      width: 1140px;
      margin: 0 auto;
  }
  .header_mobile{
      display: none;
  }
  section.destaques > .noticias > .titulos_areas{
      display: none;
  }
}

/* Vertical tablet para Horizontal e desktop */
@media (min-width: 767px) and (max-width: 1139px) {

    .banner_top{

    }

    .pagina_inicial{
        position: relative;
        z-index: 1000;
        background-color: #ffffff;
        top: 100px;
        margin-bottom: 100px;
    }


    body    {
        margin: 0px;
        padding: 0px;
    }
    header > .cab_cme > .menu_wide, header > .cab_cme > .wrapper{
        display: none;
    }


    header .box_trasp{
        display: none;
    }
    header.header-container{
        position: relative;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .menu_crub{
        display: none;
    }



    .menu_paginas_sub {
        border: 2px solid #009966;
        color: #485056;
        font-size: 0.9em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .menu_paginas_sub a {
        color: #485056;
    }

    .menu_paginas_sub h6 {
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-transform: uppercase;
        background-color: #009966;
        color: #ffffff;
        padding-left: 5px;
        line-height: 2em;
        font-weight: bolder;
    }

    .menu_paginas_sub ul li * {
        border-bottom: 1px solid #dddddd;
        display: block;
        width: auto;
        line-height: 26px;
        text-align: left;
    }

    .menu_paginas_sub ul li .nv1 {
        padding-left: 10px;
    }










    .ajax_video>ul>li>a {
        display: table-cell;
        width: 33%;
        text-decoration: none;
    }

    .ajax_video>ul>li>a>.video_cont {
        padding: 10px;
        text-align: left;
        font-size: 11px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .ajax_video>ul>li>a>.video_cont>.img {
         width: 100%;
         text-align: center;
         height: 80px;
        position: relative;
     }

    .ajax_video>ul>li>a:hover>.video_cont>.img img{
        opacity : 0.2;
    }

    .ajax_video>ul>li>a>.video_cont>.img img{
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .ajax_video>ul>li>a>.video_cont>h3 {
        font-size: 12px;
        color: #585859;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
    }

    .titulo_areas_eventos{
        display: inherit;
    }

    section.meteo .dias:first-child {
        display: inline-table;
        width: 50%;
        color: #868686;
        font-weight: lighter;
    }


    section.meteo .dias {
        display: inline-table;
        width: 20%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        min-height: 100px;
        padding: 4px 2px 2px 2px;
        color: #868686;
        font-weight: lighter;
        font-size: 0.9em;
        line-height: 1.1em;
        text-align: center;
    }




    .panel-default > .panel-heading {
        color: #006633;
        background-color: #ffffff;
    }


    /* DESTAQUES AGENDA*/

    .a_evento {
        margin: 0px 10px 0px 0px;
        /*font-family: 'News Cycle', sans-serif;*/
        display: block;
        margin-bottom: 10px;
        border-left: 1px solid transparent;
        padding-top: 3px;
        color: #000000;

    }

    .a_evento .data {
        background: #c82c2c;

        color: #fff;

        overflow: hidden;
        text-align: center;
        padding: 9px;
        margin: 0px 10px 0px 0px;
        line-height: 12px;
        float: left;



        /* text-align: center;
         float: left;
         display: block;
         padding: 4px;
         margin: 0px 10px 0px 0px;
        */




    }



    .a_evento .data .dia {
        font-size: 1.8em;
        margin-bottom: 2px;
        padding-bottom: 2px;
        text-align: center;
    }


    .a_evento .local {
        color:#6d6d6d;
        font-weight:lighter;
        font-size: 0.70em;
    }

    .a_evento:hover{
        text-decoration: none;
    }

    .a_evento .data {
        transition: all 0.8s ease;

    }


    .a_evento:hover .data {
        background-color: #669900;
        color: #ffffff;
        text-decoration: none;

    }

    .a_evento h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .a_evento h3 {
        font-size: 12px;
        font-weight: 400;
        margin:0px;
        padding: 0px;
        line-height: 14px;
        text-align: left;
    }


    /*FIM DESTAQUES AGENDA*/









    .titulos_areas{
        margin-top: 30px;
    }

    .conteudos{
        margin-top: 50px;
    }


    .rodape_geral{
        background-color: #F7F7F7;
        padding-top: 30px;
        width: 100%;
        /* height: 230px; */
        position: relative;

    }

    body{
        /*background-color: red;*/
        padding: 0px;
        margin: 0px;
        padding-top: 0px;
    }

    header .box_trasp{
        display: none;
    }

    header > .cab_cme > .menu_wide{
        display: none;
    }

    header.header-container > .cab_cme > .wrapper{
        display: none;
    }

    .banner_top{
        display: none;
    }

    header.header-container{
        position: relative;
    }





}

/* Landscape phones and down */
@media (max-width: 480px) {

    .titulos_areas{
        margin-top: 30px;
    }

    .conteudos{
        margin-top: 50px;
    }


    .rodape_geral{
        margin-top: 50px;

    }

    .cell_bt{
        text-align: center;
        padding: 10px;
    }

    body    {
        padding: 0px;
        margin: 0px;
        padding-top: 0px;
       /* background-color: #effde8;*/
    }

    .header-moblie >.navbar{
        padding: 0px;
    }

    /*HEADER*/
    header > .cab_cme > .menu_wide{
        display: none;
    }

    header .box_trasp{
        display: none;
    }

    header.header-container{
        position: relative;
    }

    header.header-container > .cab_cme > .wrapper > .topo_direira{
        display: none;
    }

    /*FIM DE HEADER*/

    .banner_top{
        display: none;
    }


    .menu_crub{
        display: none;
    }

    .slide_banners{
        display: none;
    }

    .dropdown{ position:relative;
    }

}