@media screen and (max-width: 479px){
    .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;
        position: relative;
        z-index: 999999;
    }
    .bgTopo .topo .logo img{
        max-width: 145px;
        max-height: 50px;
        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: 12px!important;
    }
     #cssmenu #menu-button::after {
        top: 10px!important;
    }
    #cssmenu #menu-button::before {
        top: 15px!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: 280px;
        background-color: #000;
    }
    .foto2{
        background: no-repeat url('../img/foto2.jpg') 50% 0;
        background-size: cover;
        /* Paralaxe */
        /*background-attachment: fixed;*/
        position: relative;
        /* Tamanho da imagem */
        height: 280px;
        background-color: #000;
    }
	.foto3{
        background: no-repeat url('../img/foto3.jpg') 50% 0;
        background-size: cover;
        /* Paralaxe */
        /*background-attachment: fixed;*/
        position: relative;
        /* Tamanho da imagem */
        height: 280px;
        background-color: #000;
    }
    .galeria{
        width: 100%;
        height: auto;
        margin: auto;
        display: table;
        padding: 60px 0;
    }
    .galeria .i-galeria{
        width: 48%;
        height: auto;
        float: left;
        margin: 1%;
    }
    .galeria .i-galeria:nth-child(4n+1){
        margin-right: 0;
    }
	.galeria .i-galeria p{
        text-align: center;
    }
    .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;
        padding-left: 0px;
    }
    .contato .maps{
        width: 100%;
        float: right;
        margin-top: 15px;
    }
    .contato .maps iframe{
        height: 200px!important;
    }
    .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{
        width: 100%;
        float: left;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 10px
    }
    .bgRodape .rodape .redes img{
        width: 40px;
        margin: 0 10px;
    }
}