/*======================================
Menu
=======================================*/
@media screen and (max-width: 800px) {
    .slider{
        display: none;
    }

    .mobile{
        width: 100%;
        height: 190px;
        background: #fff;
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #ccc;
    }
    nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        background: #666;
        z-index: 300;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        display: block;
        overflow: scroll;
    }

    .slimmenu{
        padding: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        background: #666;
        z-index: 300;
        position: relative;
    }

    .slimmenu li{
        list-style: none;
        display: table;
        width: 250px;
        padding-left: 15px;
        border-bottom: 1px solid #666;
        font-weight: 100;
        background: transparent;
        padding-left: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
        text-shadow: none;

    }

    .slimmenu li a{
        color: #fff;
        text-decoration: none;
        margin-bottom: 0px;
    }

    .slimmenu li:hover{
        background: none;
    }

    .slimmenu li ul{
        background: transparent;
        display: inherit;
        position: relative;
    }

    .slimmenu li ul li{
        margin-left: 0px;
        height: 20px;
        margin-left: 10px;
        border-bottom: none;
        background: #666;
    }

    .slimmenu li ul li a{
        color: #eaeaea;
        margin-top: -14px;
    }

    /*criando o icone do menu*/
    .control-nav {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #000;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
        margin-top: 13px;
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #000;
    }

    .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0,0,0,0.3);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    /* checando navega��o */
    input#control-nav {
        display: block;
    }

    input#control-nav:focus ~ .control-nav {
        border-color: #000;
        box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    }

    input#control-nav:focus ~ .control-nav:before {
        background: #000;
    }

    input#control-nav:checked ~ nav,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }


}

@media screen and (max-width: 1000px) {
    .motivo{
        width: 47%;
    }

    .selecao {
        width: 50%;
    }

    .noticia{
        width: 100%;
    }

    .bx{
        width: 85%;
        margin: 0;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }

}

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

    .desc img{
        width: 100%;
    }

    .selecao {
        width: 100%;
    }

    .rotacionaA, .rotacionaAA, .rotacionaB, .rotacionBB, .rotacionaC, .rotacionC, .rotacionaD, .rotacionaDDD, .rotacionaDD{
        width: 100%;-ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-bottom: 30px;
        margin-top: 0;
    }

    .fotoA, .fotoB, .fotoC{
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 0%;
        margin-top: 0%;
    }

    .fotoA img, .fotoB img, .fotoC img{
        width: 100%;
        margin-bottom: 0%;
        margin-top: 20px;
    }
}
