
/*----- MÁXIMO 475 -----*/
@media (max-width:475px) {
    #logo {
        display:flex;
        flex-direction: column;
        margin:10px 0 0 0;
    }
    #logo img {
        height:60px !important;
        margin-right:0 !important;
    }
    .titulo-interno {
        margin-top:10px;
        margin-bottom: 30px;
    }
    .breadcrumb{
        display: none;
    }
    .mais_lidas {
        margin-top: 25px;
        border-bottom:1px solid rgb(200,200,200);
        border-right: 0;
    }
    .mais_lidas:last-child {
        border-bottom:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .texto-vertical {
        justify-content: center;
        text-align: center;
    }
    .texto-vertical a h3 {
        margin: 10px 0px 0px 0px;
    }
    .noticia-dupla {
        margin-bottom: 20px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .maior {
        margin-bottom: 20px;
    }
    .bloco1 .maior a {
        font-size: 24px;
        line-height: 36px;
    }
    .logo{
        order: 1;
    }
    .container-menu-responsivo{
        order: 2;
    }
    .container-button-busca{
        order: 3;
        display: flex;
        justify-content: flex-end;
        align-items: end;
    }
    .btn-topo{
        margin-top: 0px;
    }
    .dl-menuwrapper{
        top: -6px;
    }
    .dl-menuwrapper .dl-menu{
        left: 0;
    }
    .logo img {
        height: 60px;
    }
    #img-caneca-newsletter{
        display: none;
    }
    .container-newslatter{
        padding: 25px;
    }
    .input-form-news{
        margin-bottom: 10px;
    }
    .input-form-news:last-child{
        text-align: center;
    }
    .logo-footer-capa{
        width: 100% !important;
        height: auto !important;
    }
}





/*----- 476/575 -----*/
@media (min-width: 476px) and (max-width: 575px) {
    .dynamika-menu-ul-forest {
        display: block !important;
    }
    #logo {
        display:flex;
        flex-direction: column;
        margin:10px 0 0 0;
    }
    .titulo-interno {
        margin-top:10px;
        margin-bottom: 30px;
    }
    .breadcrumb{
        display: none;
    }	
    .mais_lidas {
        margin-top: 25px;
        border-bottom:1px solid rgb(200,200,200);
        border-right: 0;
    }
    .mais_lidas:last-child {
        border-bottom:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .texto-vertical {
        justify-content: center;
    }
    .noticia-dupla {
        margin-bottom: 20px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .maior {
        margin-bottom: 20px;
    }
    .bloco1 .maior a {
        font-size: 26px;
        line-height: 40px;
    }
    .logo{
        order: 1;
    }
    .container-menu-responsivo{
        order: 2;
    }
    .container-button-busca{
        order: 3;
        display: flex;
        justify-content: flex-end;
        align-items: end;
    }
    .btn-topo{
        margin-top: 0px;
    }
    .dl-menuwrapper{
        top: -6px;
    }
    .dl-menuwrapper .dl-menu{
        left: 0;
    }
    .logo img {
        height: 60px;
    }
    .texto-vertical a h3 {
        margin: 10px 0px 0px 0px;
    }
    #img-caneca-newsletter{
        display: none;
    }
    .container-newslatter{
        padding: 25px;
    }
    .input-form-news{
        margin-bottom: 10px;
    }
    .input-form-news:last-child{
        text-align: center;
    }
    .logo-footer-capa{
        width: 85% !important;
        height: auto !important;
    }
}





/*----- 576/767 -----*/
@media (min-width: 576px) and (max-width: 767px) {
    .dynamika-menu-ul-forest {
        display: block !important;
    }
    #logo {
        margin:15px 20px;
    }
    #logo img {
        height:70px;
    }
    .titulo-interno {
        margin-top:10px;
        margin-bottom: 30px;
    }
    .breadcrumb{
        display: none;
    }
    .mais_lidas {
        margin-top: 15px;
        border-bottom:1px solid rgb(200,200,200);
    }
    .mais_lidas:nth-child(2) {
        border-right:0;
    }
    .mais_lidas:nth-child(4) {
        border-right:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .texto-vertical {
        justify-content: center;
    }
    .texto-vertical a h3 {
        margin: 10px 0px 0px 0px;
    }
    .noticia-dupla {
        margin-bottom: 20px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .maior {
        margin-bottom: 20px;
    }
    .bloco1 .maior a {
        font-size: 28px;
        line-height: 42px;
    }
    .logo{
        order: 1;
    }
    .container-menu-responsivo{
        order: 2;
    }
    .container-button-busca{
        order: 3;
        display: flex;
        justify-content: flex-end;
        align-items: end;
    }
    .btn-topo{
        margin-top: 0px;
    }
    .dl-menuwrapper{
        top: -6px;
    }
    .dl-menuwrapper .dl-menu{
        left: 0;
    }
    #img-caneca-newsletter{
        display: none;
    }
    .container-newslatter{
        padding: 25px;
    }
    .input-form-news{
        margin-bottom: 10px;
    }
    .input-form-news:last-child{
        text-align: center;
    }
    .logo-footer-capa{
        width: 88% !important;
        height: auto !important;
    }
}





/*----- 768/991 -----*/
@media (min-width: 768px) and (max-width: 991px) {
    .dynamika-menu-ul-forest {
        display: block !important;
    }
    .dynamika-menu-span-items{
        display: block !important;
    }
    #logo {
        margin:30px 20px;
    }
    #logo img {
        height:70px;
    }
    .titulo-interno {
        margin-top:10px;
        margin-bottom: 30px;
    }
    .mais_lidas {
        margin-top: 15px;
        border-bottom:1px solid rgb(200,200,200);
    }
    .mais_lidas:nth-child(3) {
        border-right:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .texto-vertical {
        justify-content: center;
    }
    .noticia-dupla {
        margin-bottom: 20px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .maior {
        margin-bottom: 20px;
    }
    .bloco1 .maior a {
        font-size: 30px;
    }
    .logo{
        order: 1;
    }
    .container-menu-responsivo{
        order: 2;
    }
    .container-button-busca{
        order: 3;
        display: flex;
        justify-content: flex-end;
        align-items: end;
    }
    .btn-topo{
        margin-top: 0px;
    }
    .dl-menuwrapper{
        top: -6px;
    }
    .dl-menuwrapper .dl-menu{
        left: 0;
    }
    .evento-capa:nth-child(3){
        display: none;
    }
    #img-caneca-newsletter{
        display: none;
    }
    .container-newslatter{
        padding: 25px;
    }
    .logo-footer-capa{
        width: 80% !important;
        height: auto !important;
    }
}





/*----- 992/1199 -----*/
@media (min-width: 992px) and (max-width: 1199px) {
    .dynamika-menu-ul-forest {
        display: block !important;
    }
    .dynamika-menu-span-items{
        display: block !important;
    }
    .bloco1 .maior a {
        font-size: 30px;
    }
    .mais_lidas {
        margin-top: 15px;
        border-bottom:1px solid rgb(200,200,200);
    }
    .mais_lidas:nth-child(3) {
        border-right:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .video-menor-capa:last-child{
        width: 100% !important;
    }
    .video-menor-capa:last-child .video-menor{
        height: 420px;
    }
    .noticia-dupla {
        margin-bottom: 20px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .maior {
        margin-bottom: 20px;
    }
    .evento-capa:nth-child(3){
        display: none;
    }
}





/*----- 1200/1399 -----*/
@media (min-width: 1200px) and (max-width: 1399px) {
    .mais_lidas {
        margin-top: 15px;
        border-bottom:1px solid rgb(200,200,200);
    }
    .mais_lidas:nth-child(3) {
        border-right:0;
    }
    .mais_lidas_texto a {
        padding: 0px 10px 20px 10px;
    }
    .bloco1 .maior img {
        margin-bottom: 10px;
    }
    .dl-menuwrapper{
        display: none;
    }
}






/*----- 1400/1679 -----*/
@media (min-width: 1400px) and (max-width: 1679px) {
    .dl-menuwrapper{
        display: none;
    }
}





/*----- 1680/1920 -----*/
@media (min-width: 1680px) and (max-width: 1920px) {
    .dl-menuwrapper{
        display: none;
    }
}





/*----- MAIS DE 1920 -----*/
@media (min-width: 1921px) {
    .dl-menuwrapper{
        display: none;
    }
}





/* ----- MENU FECHADO ----- */
@media (max-width: 1200px) {
    .dynamika-menu-nav-forest {display:none}
}