@charset "UTF-8";

body{
    font-family: Ebrima, sans-serif;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
}

div#interface{
    width: 1300px;
    height: 100px;
    background-color: #ffffff;
    margin: -23px auto 0px auto;
    padding: 10px 10px 10px 0px;
}

header#informacoes{
    height: 25px;
    margin-top: 5px;
    background-color: #f6f6f6;
}

header#informacoes a{
    text-decoration: none;
    color: #838383;
}

header#informacoes span{
    color: #f2ad00;
}

header#informacoes img#local{
    margin-left: -1px;
    width: 12px;
    height: 12px;
}

header#informacoes img#whats{
    width: 12px;
    height: 12px;
    margin-left: -138px;
}

header#cabecalho{
    height: 70px;
}

header#cabecalho h2{
    font-family: "Agency FB", sans-serif;
    margin: -50px 80px 0px 95px;
}

nav#menu{
    display: block;
}

nav#menu a{
    text-decoration: none;
    color: black;
}

nav#menu ul{
    list-style: none;
    position: relative;
    top: -50px;
    left: 66%;
}

nav#menu li{
    display: inline-block;
    font-size: 15pt;
    padding: 10px;
    margin: 2px;
    transition: 0.2s all ease-in-out;
}

nav#menu li:hover{
    border-bottom: 1px solid #838383;
    transform: scale(1.1, 1.1);
}

article#bloco{
    width: 1330px;
    height: 400px;
    background: url("../SGE/_imagens/gestao.jpg") no-repeat;
    margin-top: 10px;
    margin-left: -10px;
}

article#contact{
    width: 1330px;
    height: 400px;
    background: url("../SGE/_imagens/contato.jpg") no-repeat;
    margin-top: 10px;
    margin-left: -10px;
}

article#texto{
    background: #e4e4e4;
    width: 1330px;
    margin-left: -10px;
}

article#texto img{
    padding: 10px 0 10px 0;
    position: relative;
    margin-left: 25%;
    width: 700px;
    transition: 0.2s all ease-in-out;
}

article#texto img:hover{
    transform: scale(1.3, 1.3);
}

article#texto h1{
    text-align: left;
    clear: both;
    margin-left: 25px;
}

article#texto li{
    margin-left: 25px;
}

article#faq{
    margin-top: -200px;
}

article#faq h1{
    margin-left: 40px;
    margin-top: -10px;
}

article#faq li{
    margin-left: 2px;
    list-style: none;
}

article#texto li#li{
    list-style: none;
}

article#texto img{
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
}

article#bloco2{
    width: 1330px;
    height: 400px;
    background: url("../SGE/_imagens/topo.png") no-repeat;
    background-position: 5% 100%;
    margin-top: 25px;
    margin-left: 190px;
}

article#bloco3{
    width: 1330px;
    height: 400px;
    background: url("../SGE/_imagens/image_preview.png") no-repeat;
    background-position: 27% 60%;
    margin-top: -120px;
    margin-left: 190px;
}

section#corpo4 h1{
    text-align: center;
    margin-top: -50px;
}

article#bloco4{
    width: 1330px;
    height: 400px;
    background: url("../SGE/_imagens/faq.png") no-repeat;
    background-position: 25% 5%;
    margin-top: -25px;
    margin-left: 190px;
}

article#faq li{
    margin-top: -20px;
}

article#faq li#chato{
    margin-top: 3px;
}

iframe#frame{
    width: 2500px;
    height: 220px;
    border: none;
    overflow: hidden;
}

iframe#locali{
    width: 800px;
    height: 800px;
    border: none;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer#rodape{
    width: 1330px;
    clear: both;
    background-color: #e4e4e4;
    height: 200px;
    margin-top: -2px;
    margin-bottom: 5px;
    margin-left: -10px;
}

footer#rodape p{
    text-align: center;
    position: absolute;
    margin-left: 480px;
    margin-top: -35px;
}

footer#rodape ul{
    margin-left: 570px;
    list-style: none;
    padding: 5px 5px 5px 5px;
}

footer#rodape li{
    display: inline-block;
    margin-top: 5px;
    padding: 10px 0 0 0;
    width: 50px;
    height: 100px;
}

footer#rodape img{
    transition: all 0.2s ease-in-out;
}

footer#rodape img:hover{
    transform: scale(1.5, 1.5);
}

form{
    width: 500px;
    margin: auto;
}

input, textarea{
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13pt;
    background-color: rgba(255, 255, 255, 0.8);
    float: right;
}

input:hover, textarea:hover{
    background-color: #dddddd;
}

fieldset{
    border-color: #cecece;
    margin: 20px;
}

fieldset textarea{
    margin-left: 50px;
    margin-top: -15px;
}

form input#submeter{
    position: absolute;
    margin-left: 170px;
    margin-top: 10px;
}

footer#rodapecontato{
    width: 1330px;
    clear: both;
    background-color: #e4e4e4;
    height: 200px;
    margin-top: 100px;
    margin-bottom: 5px;
    margin-left: -10px;
}

footer#rodapecontato p{
    text-align: center;
    position: absolute;
    margin-left: 480px;
    margin-top: -35px;
}

footer#rodapecontato ul{
    margin-left: 570px;
    list-style: none;
    padding: 5px 5px 5px 5px;
}

footer#rodapecontato li{
    display: inline-block;
    margin-top: 5px;
    padding: 10px 0 0 0;
    width: 50px;
    height: 100px;
}

footer#rodapecontato img{
    transition: all 0.2s ease-in-out;
}

footer#rodapecontato img:hover{
    transform: scale(1.5, 1.5);
}