@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
body{
    margin: 0;
    color: #707070;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
h1,h2{
    font-size: 28px;
    color: #003b61;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 35px;
}
p{
    color: #707070;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
img{
    max-width: 100%;
}
@media screen and (min-width: 1024px){
    .bgTopo{
        width: 100%;
        height: auto;
        padding: 25px 0px;
        box-sizing: border-box;
    }
    .bgTopo .topo{
        width: 1000px;
        max-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: 300px;
        max-height: 90px;
        display: block;
    }
    .bgTopo .topo .menu{
        width: auto;
        height: auto;
        float: right;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .banner{
        width: 100%;
        height: auto;
    }
    .banner img{
        width: 100%;
    }
    .empresa{
        width: 1000px;
        height: auto;
        margin: auto;
        padding: 40px 0;
    }
    .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;
        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: 378px;
        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: 378px;
        background-color: #000;
    }
    .galeria{
        width: 1000px;
        max-width: 100%;
        height: auto;
        margin: auto;
        display: table;
        padding: 60px 0;
    }
    .galeria .i-galeria{
        width: 17.5%;
        height: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .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: 1000px;
        max-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;
        background: #efefef;
        margin-bottom: 15px;
        border-radius: 5px;
        padding-left: 15px;
    }
    .contato .formContato textarea{
        width: 100%;
        height: 110px;
        box-sizing: border-box;
        border: 0;
        background: #efefef;
        margin-bottom: 15px;
        border-radius: 5px;
        padding-left: 15px;
    }
    .contato .formContato .btnEnviar{
        width: 190px;
        height: 40px;
        background: #003b61;
        color: #fff;
        padding-left: 0px;
    }
    .contato .maps{
        width: 35%;
        float: right;
    }
    .bgRodape{
        width: 100%;
        height: auto;
        padding: 30px 0;
        box-sizing: border-box;
        background: #003b61;
        color: #fff;
    }
    .bgRodape .rodape{
        width: 1000px;
        height: auto;
        margin: auto;
        display: table;
    }
    .bgRodape .rodape div{
        text-align:center;
        text-align: center;
        box-sizing: border-box;
    }
    .bgRodape .rodape .endereco{
        padding: 0 30px;
    }
    .bgRodape .rodape .telefone{
        padding: 0 60px;
        margin-left: 40px;
    }
    .bgRodape .rodape .redes{
        float: right;
    }
    .bgRodape .rodape .redes img{
        width: 40px;
        margin-left: 20px;
    }
}