@charset "utf-8";

@font-face {
    font-family: "fonteLogo";
    src: url("../_fonts/swis721.TTF");
}

@font-face {
    font-family: "fonteLogoAux";
    src: url("../_fonts/stylusbt.ttf");
}

body {
    background-image:url("../_imagens/bg-body.gif");
}

div#interface {
    width: 1100px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin: 5px auto auto -550px;
}

div#top {
    z-index: 2;
    width: 246px;
    height: 14px;
    position: absolute;
    margin-top: 0px;
    background-color: #215868;
}

div#logo {
    z-index: 2;
    width: 246px;
    height: 156px;
    position: absolute;
    margin-top: 14px;
    background-color: #e4e4e4;
}

div#menu {
    z-index: 1;
    width: 244px;
    height: 244px;
    position: absolute;
    margin: 170px auto auto auto;
    background-color: #215868;
}

div#topo {
    z-index: 1;
    width: 855px;
    height: 155px;
    position: absolute;
    margin: 15px auto auto 245px;
    background-color: #dcdbdb;
}

div#topobarra {
    z-index: 2;
    width: 70px;
    height: 170px;
    position: relative;
    margin: 0 auto auto auto;
    float: right;
}

div#topo1sup {
    z-index: 2;
    width: 20px;
    height: 14px;
    position: absolute;
    margin: 0 auto auto 0;
    float: left;
    background-color: #ebebeb;
}

div#topo1mid {
    z-index: 2;
    width: 20px;
    height: 156px;
    position: absolute;
    margin: 14px auto auto 0;
    float: left;
    background-color: #bcbcbc;
}

div#topo1inf {
    z-index: 3;
    width: 20px;
    height: 5px;
    position: absolute;
    margin: 90px auto auto 0;
    float: left;
    background-color: #c2c2c2;
}

div#topo2sup {
    z-index: 2;
    width: 50px;
    height: 14px;
    position: absolute;
    margin: 0 auto auto 20px;
    float: right;
    background-color: #e4e4e4;
}

div#topo2inf {
    z-index: 2;
    width: 50px;
    height: 156px;
    position: absolute;
    margin: 14px auto auto 20px;
    float: right;
    background-color: #215868; /*#686869*/
}

div#corposup {
    z-index: 4;
    width: 850px;
    height: 26px;
    position: absolute;
    margin: 79px auto auto 215px;
    background-color: white;
}

div#corpo {
    z-index: 3;
    width: 850px;
    height: 750px;
    position: absolute;
    margin: 105px auto auto 215px;
    background-color: #bcbcbc;
    box-shadow: 15px -6px rgba(0,0,0,.08);
}

div#rodape {
    z-index: 4;
    width: 850px;
    height: 10px;
    position: absolute;
    margin: 850px auto auto 215px;
    background-color: #215868   ; /*#e0dcd5*/
}

div#flash {
    width: 700px;
    height: 451px;
    top: 50%;
    position: relative;
    margin: -225px auto;
}

.facebook {
    position: relative;
    float: right;
    width: 34px;
    height: 26px;
    background-color: #888888;
}

.facebook:hover {
    background-color: #3B5998;
}

.facebook2 {
    position: relative;
    float: right;
    width: 34px;
    height: 26px;
    background-color: #888888;
}

.facebookCorpo {
    width: 850px;
    text-align: center;
    padding-top: 10px;
}

.twitter {
    position: relative;
    float: right;
    width: 34px;
    height: 26px;
    background-color: #555555;
}

.google {
    position: relative;
    float: right;
    width: 34px;
    height: 26px;
    background-color: #666666;
}

.linkedin {
    position: relative;
    float: right;
    width: 34px;
    height: 26px;
    background-color: #777777;
}

.icone {
    margin-left: 5px;
}

#frase {
    position: absolute;
    width: 850px;
    margin-top: 40px;
}

#tel {
    position: absolute;
    width: 850px;
    margin-top: 660px;
}

.fan {
    width: 850px;
    margin: auto;
    font-family: calibri, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #215868;
    text-transform: uppercase;
}

/* ----------------- MENU ----------------- */

nav#menu {
    display: block;
    text-align: center;
    margin: -16px 0 0 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    position: relative;
}

nav#menu a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    padding: 20px;
}

nav#menu ul {
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
}

nav#menu li {
    width: 215px;
    height: 61px;
    background-color: #215868;
    padding: 0;
}

nav#menu li a {
    display: block;
}

nav#menu li:hover {
    background-color: rgba(255,255,255,1);
    transition: background-color 0.5s;
}

nav#menu li:hover a {
    color: #215868;
    transition: color 0.5s;
}

nav#menu .selected {
    background-color: rgba(255,255,255,1);
}
nav#menu .selected a {
    color: #215868;
}

/* ----------------- FOOTER ----------------- */
div#rodape .nota {
    color: #000000;
    text-align: center;
    margin: 20px auto auto auto;
    font-family: Calibri, sans-serif;
    font-size: 12px;
}

/* ---------------- SERVIÇOS ---------------- */

#corpo {
    overflow: auto;
}

#corpo::-webkit-scrollbar {
    width: 10px;
    background-color: #99999a;
}

#corpo::-webkit-scrollbar-thumb {
    background-color: #215868;
    border-radius: 10px;
}

.serv {
    position: relative;
    padding-bottom: 10px;
}

.serv h3 {
    font-family: calibri, sans-serif;
    font-size: 21px;
    color: #215868;
    margin-left: 50px;
    padding: 10px 0 0 0;
}

.serv p {
    font-family: calibri, sans-serif;
    font-size: 19px;
    color: #215868;
    text-align: justify;
    padding: 5px 60px 0 60px;
    line-height: 25px;
}