html{
    font-size: 15px;
}
body{
    margin: 0;
    padding: 0;
    font-size: 15px;
    background-color: #d8d8d8;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, a, span{
    margin: 0;
    padding: 0;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.artigo{
    display: none;
}
#linha-branca{
    width: 100%;
    height: 5px;
    background-color: #fff;
}
div#wrapper {
    width: 1250px;
    margin: 0 auto;
    position: relative;
}
div#simbolo{
    width: 272px;
    height: 226px;
    background-image: url('../images/simbolo02.png');
    background-repeat: no-repeat;
    position: absolute;
    left: calc(90% - 136px);
    /* left: 1375px; */
    top: -148px;
    z-index: 20;
}
div#topo{
    border-top: 5px solid #fff;
    width: 100%;
    box-shadow: 0px 1px 13px #888888;
}
div#amarelo-escuro{
    height: 25px;
    background-color: #ffa900;
}
div#amarelo{
    height: 90px;
    background-color: #ffd200;
}
div#amarelo-claro{
    height: 28px;
    background-color: #ffee70;
}
div.imagem{
    border-radius: 100%;
    position: relative;
}
.imagem a{
    display: block;
    width: 225px;
    height: 224px;
}
.imagem span{
    position: absolute;
    left: -10000px;
}
div.logo-central{
    margin: 0 auto;
    width: 700px;
    height: 276px;
    position: relative;
}
div#imagem1{
    width: 270px;
    height: 270px;
    position: absolute;
    right: 438px;
    top: 64px;
    background-image: url('../images/img_2_left.png');
    background-position: 33px 12px;
    background-repeat: no-repeat;
    display: none;
}
div#imagem2{
    width: 280px;
    height: 280px;
    position: absolute;
    z-index: 10;
    top: 58px;
    left: 217px;
    background-image: url('../images/img_1_center.png');
    background-repeat: no-repeat;
    display: none;
}
div#imagem3{
    width: 240px;
    height: 270px;
    position: absolute;
    left: 445px;
    top: 66px;
    background-image: url('../images/img_3_right.png');
    background-position: 23px 9px;
    background-repeat: no-repeat;
    display: none;
}
div#slider {
    position: relative;
    margin-top: -20px;
    margin-bottom: -105px;
    height: 468px;
    background-image: url('../images/img_cabecalho.png');
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -10;
}
section.navecacao{
    width: 820px;
    margin: 0 auto;
    background-image: url('../images/faixa-vertical-nav.png');
    background-repeat: no-repeat;
    background-position: 300px 0;
    background-color: #f4f4f4;
}
section.resultados{
    width: 497px;
    float: left;
}
section.centro{
    width: 934px;
    margin: 0 auto;
}
section#medico{
    float: left;
    width: 170px;
    margin-left: 55px;
}
section#paciente{
    float: left;
    width: 170px;
    margin-left: 30px;
}
section#medico input, section#paciente input{
    width: 154px;
    height: 30px;
    border: 1px solid #d6d6d6;
    margin-bottom: 3px;
    background-color: #ebebeb;
}
div#icone-cabecalho-resultado{
    background-image: url('../images/icone-cabecalho-resultados.png');
    background-repeat: no-repeat;
    width: 47px;
    height: 46px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
div.faixa-horizontal-cabecalho{
    width: 100%;
    height: 5px;
    background-color: #4f4f4f;
}
section#laboratorio-mazutti{
    display: block;
    width: 380px;
    font-family: 'Cabin', sans-serif;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    position: absolute;
    font-size: 45px;
    top: 380px;
    right: -100px;
}
div#logo-laboratorio{
    width: 274px;
    height: 140px;
    background-image: url('../images/logo-laboratorio-parte1.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 773px;
    left: 1141px;
}
footer{
    position: relative;
    border-top: 5px solid #505050;
    min-width: 1500px;
}
footer h4{
    margin-top: 20px;
    margin-bottom: 6px;
}
footer h4 span {
  font-size: 14px;
}
footer span{
    font-weight: bold;
}
footer p{
    margin-bottom: 6px;
}
#logo-pncq{
    width: 203px;
    height: 70px;
    background-image: url('../images/img_pncq.png');
    background-repeat: no-repeat;
    background-size: 75%;
}
.bloco1-rodape{
    width: 82%;
    font-style: italic;
    font-size: 12px;
    display: inline-block;
    padding-bottom: 15px;
    text-align: left;
    height: 112px;
}
.bloco2-rodape{
    width: 17%;
    display: inline-block;
}
#filiais {
    border-top: 2px solid #505050;
}
#filiais p {
  padding: 0 5px;
}
.bloco3-rodape{
  width: 33%;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
}
.bloco4-rodape{
  width: 33%;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
}
.bloco5-rodape{
  width: 24.5%;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
}
.bloco6-rodape{
  width: 33%;
  font-style: italic;
  font-size: 12px;
  display: inline-block;
}
#margem-navegacao{
    margin-top: 0px;
    margin-bottom: 50px;
}
#nome-lab{
    display: none;
    background-image: url("../images/marca-registrada02.png");
    background-repeat: no-repeat;
    background-position: 230px 135px;
    height: 175px;
}
#nome-lab a{
    display: block;
    text-decoration: none;
    color: #505050;
}
div#logo-laboratorio-rodape{
    width: 53px;
    height: 79px;
    background-image: url('../images/logo-laboratorio-parte2.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 1250px;
}

nav{
    float: left;
}
nav ul.menu{
    padding: 0;
    margin-left: 18px;
    margin-top: 18px;
    margin-right: 30px;
}
li.link{
    display: block;
}
li.link a{
    display: block;
    width: 254px;
    height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    position: relative;
    margin-bottom: 14px;
}
li.link a:hover{
    color: #fff;
}
div.lateral-link{
    width: 30px;
    height: 42px;
    background-color: #505050;
    position: relative;
    float: left;
    cursor: pointer;
}
div.icone-link{
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 10px;
}
li.link span{
    display: inline;
    width: 224px;
    position: absolute;
    left: 42px;
    top: 13px;
}
div#aviso_navegador {
    background-color: #ffff66;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
div#sombra-top{
    width: 820px;
    height: 12px;
    margin: 0 auto;
    background-image: url('../images/sombra_top_cont.png');
    background-repeat: no-repeat;
}
div#sombra-bottom{
    width: 820px;
    height: 14px;
    margin: 0 auto;
    background-image: url('../images/sombra_bottom_cont.png');
    background-repeat: no-repeat;
}
