@media screen and (min-width: 768px) and (max-width: 1023px) {
    .bgTopo{
        width: 100%;
        height: auto;
        padding: 25px 0px;
        box-sizing: border-box;
    }
    .bgTopo .topo{
        width: 100%;
        height: auto;
        margin: auto;
        position: relative;
        display: table;
    }
    .bgTopo .topo .logo{
        width: auto;
        height: auto;
        float: left;
    }
    .bgTopo .topo .logo img{
        max-width: 250px;
        max-height: 70px;
        display: block;
    }
    .bgTopo .topo .menu{
        width: 100%;
        height: auto;
        float: right;
        position: absolute;
        right: 0;
    }
    #cssmenu ul{
        background: #fff!important;
        position: relative;
        z-index: 99999;
        margin-top: 50px!important;
    }
    .banner{
        width: 100%;
        height: auto;
    }
    .banner img{
        width: 100%;
    }
    .empresa{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 40px 10px;
        box-sizing: border-box;
    }
    .foto{
        width: 100%;
        height: auto;
        float: left;
    }
    .foto img{
        width: 100%;
    }
    .foto1{
        background: no-repeat url('../img/foto1.jpg') 50% 0;
        background-size: cover;
        /* Paralaxe */
        /*background-attachment: fixed;*/
        position: relative;
        /* Tamanho da imagem */
        height: 378px;
    }
    .foto2{
        background: no-repeat url('../img/foto2.jpg') 50% 0;
        background-size: cover;
        /* Paralaxe */
        /*background-attachment: fixed;*/
        position: relative;
        /* Tamanho da imagem */
        height: 378px;
    }
	.foto3{
        background: no-repeat url('../img/foto3.jpg') 50% 0;
        background-size: cover;
        /* Paralaxe */
        /*background-attachment: fixed;*/
        position: relative;
        /* Tamanho da imagem */
        height: 378px;
    }
    .galeria{
        width: 100%;
        height: auto;
        margin: auto;
        display: table;
        padding: 60px 0;
    }
    .galeria .i-galeria{
        width: 23.5%;
        height: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .galeria .i-galeria:nth-child(4n+1){
        margin-right: 0;
    }
    .galeria .i-galeria img{
        width: 100%;
    }
    .contato{
        width: 100%;
        height: auto;
        margin: auto;
        display: table;
        padding: 60px 0 30px 0;
        box-sizing: border-box;
    }
    .contato .formContato{
        width: 100%;
		text-align:center;
    }
    .contato .formContato input{
        width: 100%;
        height: 45px;
        box-sizing: border-box;
        border: 0;
        margin-bottom: 15px;
        border-radius: 5px;
        padding-left: 15px;
    }
    .contato .formContato textarea{
        width: 100%;
        height: 110px;
        box-sizing: border-box;
        border: 0;
        margin-bottom: 15px;
        border-radius: 5px;
        padding-left: 15px;
    }
    .contato .formContato .btnEnviar{
        width: 190px;
        height: 40px;
        color: #fff;
        padding-left: 0px;
    }
    .contato .maps{
        width: 35%;
        float: right;
    }
    .bgRodape{
        width: 100%;
        height: auto;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .bgRodape .rodape{
        width: 100%;
        height: auto;
        margin: auto;
        display: table;
    }
    .bgRodape .rodape div{
        float: left;
        text-align: center;
        box-sizing: border-box;
    }
    .bgRodape .rodape .endereco{
        padding: 0 30px;
    }
    .bgRodape .rodape .telefone{
        padding: 0 10px;
        margin-left: 40px;
    }
    .bgRodape .rodape .redes{
        float: right;
    }
    .bgRodape .rodape .redes img{
        width: 40px;
        margin-left: 20px;
    }
}