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

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 993px) {
    #menu-nav{
        display: block !important;
    }
}
@media only screen and (max-width : 992px) {

    #wrapper{
        width: 100%;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menu{
        width: 100%;
        float: left;
        margin: 0;

        background:none;
        height: auto;
    }
    #menu-nav{
        display: none;
        width: 100%;
        background-color: #eeeaea;
        margin-top: 46px;
    }

    #menu-nav li a{
        color: #4f2926;
        margin: 0 !important;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 35px;
        width: 100%;
        line-height: 35px;
    }

    .show-menu{
        display: block;
    }
    #image-rotator{
        width: 100%;
        margin-left: 0;
        margin-top: 10px !important;
    }
    a.logo {
        width: 100%;
        margin: 40px 0 0 0 ;
        background: url("../gfx/logo-white.png") top center no-repeat;
    }
    #slogan{
        width: 100%;
        margin-bottom: 20px;
        float: left;

    }

    #content .left{
        width: 100%;
        float: left;
        margin-left: 0;
    }
    #conteudo{
        width: 100%;
        margin-bottom: 20px;
    }
    #slogan h4, #slogan p{
        width: 100%;
        text-align: center;
    }
    #content .right{
        width: 100%;
        margin-left: 0;
        float: right;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .facebook-tablet-phone{
        width: 50%;
        display: block;
        float: left;
        padding: 45px 10px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .normal-facebook{
        display: none;
    }

    #rodape{
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #content-rodape {
        width: 100%;

    }
}
@media only screen and (max-width : 900px) {
    #content-rodape .col-2{
        width: 33.3%;
        float: right;
    }
    #content-rodape .col-3{
        width: 33.3%;
    }
    #content-rodape .col-5{
        width: 33.3%;
    }
}
/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
    .img-apresentacao{
        width: 50% !important;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #content-rodape .col-2, #content-rodape .col-3, #content-rodape .col-4, #content-rodape .col-5{
        width: 50%;
        float: left;
    }
    a.logo-rodape{
        margin: 0 auto 10px;
    }
    .wrapper-logo-rodape{
        text-align: center;
    }
    .menu-rodape{
        text-align: center;
    }
    a.credit{
        margin: 10px auto;
    }

    .enumerate-servicos .col-6{
        width: 100%;
        text-align: center;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .img-apresentacao{
        width: 100% !important;
        height: auto;
    }
    .facebook-tablet-phone{
        width: 100%;
        margin-bottom: 20px;
    }
    #content .right{
        width: 100%;
    }

    #content-rodape .col-2, #content-rodape .col-3, #content-rodape .col-4, #content-rodape .col-5{
        width: 100%;
    }
    
    .bg-videos{
        text-align: center;
    }
    .bg-videos p{
        float: left;
        width: 100%;
    }
    .bg-videos p img{
        margin: 0 auto;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
    .enumerate-servicos .col-6 img{
        width: 100% !important;
        height: auto !important;
    }
    #content{
        margin-top: 10px;
        
    }
    #banner-info {
        float: left;
        height: auto;
        width: 100%;
        position: inherit;
        margin-top: 20px;
        margin-left: 0;

    }
    a.info {
        display: block;
        height: auto;
        width: 100%;
    }
    a.info img{
        width: 100%;
    }
}